Message 1 of 29
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'd like to find the intersection of a normal FROM a reference line and not TO a secondary line. (vlax-curve-getClosestPointTo ent2 pt) returns the normal to obj2 from pt (grey in the attached image), but I want the red coordinate.
I could offset a line from ent1 then use (vlax-curve-getClosestPointTo ent3 pt) to create the dashed red line then use (vla-IntersectWith ent2 ent4) but if there's a quicker method I'd rather use that.
Solved! Go to Solution.