RepCad Posted May 16, 2023 Posted May 16, 2023 Hello everyone, I need a lisp to add continue dimension each sigments (not aligned) to a polyline automatically. I don't need to add aligned dimension because there is not any diagonal lines between verticies. ContinueDim.dwg Quote
BIGAL Posted May 16, 2023 Posted May 16, 2023 Have a look at the D200R etc in this link, I am looking at version 2 that detects direction so knows dim L R U D. The 200 can be changed to some offset value that you would normally use or enter a value. 1 Quote
RepCad Posted May 18, 2023 Author Posted May 18, 2023 Thanks for replying, but it's manually and user have to pick vertices to add continous dimension I'm seeking a way or an algorytm to do it automatically. What's your idea about Offsetting of Bounding Box and closest point of verticies to it ? Quote
pkenewell Posted May 18, 2023 Posted May 18, 2023 Here is one I helped with awhile back LINK. Let me know if it is what you are looking for. Quote
RepCad Posted May 18, 2023 Author Posted May 18, 2023 5 hours ago, pkenewell said: Here is one I helped with awhile back LINK. Let me know if it is what you are looking for. Thank you @pkenewell, It's not what I need. Actually It adds dimension simply while I need to add continuous dimension like the attached file. Quote
BIGAL Posted May 19, 2023 Posted May 19, 2023 For me the issue is what points make right side what points top and so on. Maybe a pick start & end points. for each direction Top Right Bottom Left. Yes 8 picks. I can see the top right notch being a problem. 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.