Message 1 of 7
Find Intersection Point between two Lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi I need to find the "apparent" intersection point between two 3D Sketch lines. The Lines are not actually intersecting but if they were axis' then they would have.
The one approach is to simply create a Workpoint on the "apparent" intersection but I would prefer not to edit the part as it may be Vault checked in part.
I just want to extract the "apparent" intersection points X, Y and Z data.
I have also tried the Line.IntersectWithCurve method but that only returns a point if there is an actual intersection. Nothing for an "apparent" intersection which is the case for me.
Any ideas?
Here is a sample 3D Sketch indicating the points I would like to extract.