Draw Polyline based on another Polyline that follows object shape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to be able to select the red polyline and create a polyline that will connect the red one to the brown polyline (but parallel to the blue line), and then follow the brown polyline shape until the point A.
So the lisp should allows me to select the red polyline (or many of them), the blue polyline (to get the angle and draw the red line in parallel, until it gets in the brown line), the brown polyline (to get the points to follow) and the point A (to get the end point). What I actually need in the end is the length of this "route".
Could anyone help me? I'm a programmer, but starting with Lisp.
**Please zoom in to see the green line in the result images.
What I have:
What I want (result 1 > green line):
What I want (result 2 > green line):