- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Like the title suggests, I am in a pinch and at my wits end trying to create an AutoLISP to draw separate polylines from a master point to multiple secondary points.
Here is an example of how the points will typically be arranged with the master point above where the secondary points are located:
Essentially, I need to be able to choose the master point, where the Polyline will originate from, and then have it automatically draw separate polylines from the master point to all selected secondary points. So in this example there would be 4 separate polylines.
Here is where it gets tricky. I need the polylines to first draw south until it becomes perpendicular with the secondary points, and then make a 90° turn and draw until it intersects the selected points. See the example below:
If anyone could help me out or at least give me some direction on how to create this autoLISP I would greatly appreciate it!
Solved! Go to Solution.