Message 1 of 14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm looking for a way to find intersections of a given entity with a line that's not a CAD entity, but of which I know the coordinates of endpoints (for example an existing polyline and a fictional line with coordinates ((0 0 0)(1 1 0)). Is there any easy way, without the need to create and erase the line as an object?
I've been usingthis command:
(vlax-invoke OBJ1 'intersectwith OBJ2 acextendnone)
but both OBJ1 and OBJ2 need to be CAD entities...
Thanks for help!
Pavel
Solved! Go to Solution.