Discus84 Posted June 4 Posted June 4 Offset command often leaves the previous distance , even after hitting escape. This is in autocad 12. Any ideas why? Quote
BIGAL Posted June 5 Posted June 5 (edited) Trying to think of an answer, maybe, "Why is it so ?" It just happens and has done so since maybe when Autocad was originally coded. I have a dynamic offset lisp type o123 and it will offset an object 123 distance. You can type any Oxxx etc. One little gotcha need to use minus "-" for decimal point in values. eg 12.5 = 12-5 Fillet offset circle.lsp Edited June 5 by BIGAL Quote
Discus84 Posted June 14 Author Posted June 14 This could be converted to frequently used offsets.. o1=.125, o2=.250 etc... Quote
BIGAL Posted June 15 Posted June 15 @discuss no extra defuns needed just type O0-125 and offset is called with that offset as default. So any value but not negative. The - is used instead of "." as the errror check falls over if a "." used. Checking now why not working in my Bricscad sure it did previously. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.