Message 1 of 25
Minimum (single axis) distance between two 2D polylines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone, I'm looking for a function to get the minimum distance between two polylines on a single axis (Y-axis in this case).
Does anyone have a suggestion on how to create a LISP for this?
The function would produce a line that indicates the location where the two lines are closest on the Y-Axis. It's not difficult to do this manually but need to automate it as I need to do it frequently.
Example:
The function produces the white line automatically between the red & blue line below
Thanks for any help.