Dimensions Between Objects over Intervals
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I get 3d scans and have to square them off, sometimes this means showing how far the scan is from a straight line every 8", 16", 24", and so forth. I am trying to write a lisp program that I can select my straight line, set the distance interval, and select the polyline I am measuring to, and have that set a node at every interval and draw a perpendicular line across the polyline, find the intersection of those and put a new node, then delete that temporary line and dimension between the two points. What I have so far will do the nodes and the lines, but it cannot find the intersections or do the dimensions from there. I have attached my code and my test file, is there something wrong with my syntax or the way I am going about it?
Link copied