stlo Posted August 8, 2022 Posted August 8, 2022 (edited) Hi everyone! I wonder if there a possible lisp that would work exactly like the extend command but instead of extending the lines, it would indicates the dimensions of the gap! I would like to select the destination line or lines (blue in this dwg) and after that, select the lines (white in this dwg) to show the dimensions in between! Can the dimensions be set at 1/2" to the right of the lines? Note that the colors don't matter, it is just for clarification! Thanks for looking at this! extend-dimensions.dwg Edited August 8, 2022 by stlo New dwg Quote
BIGAL Posted August 9, 2022 Posted August 9, 2022 A method no code Pick blue line Pick white lines end near Blue line this is important Get closestpointto for 90 deg to blue line Then just do dim pt1 pt2 pt3 where pt3 is the 1/2 off white line point. Quote
stlo Posted August 10, 2022 Author Posted August 10, 2022 Hi BIGAL! Thanks for the reply! I'm not sure what to do? When you say "method no code", do you mean I can do all this with one or many existing autocad command? 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.