Reputation: 568
I have searched a lot in the web but I was not able to find an out-of-the-box function for computing segment-to-segment intersection with OCCT.
It seems to me quite a common problem, but apparently OCCT only provides curve-to-surface intersector (GeomAPI_IntCS
) and surface-to-surface intersector (GeomAPI_IntSS
); for sure I can implement custom logic for handling the various result cases (no intersections, point interesection, segment intersection) but I thought such a library should provide what I need.
So the question is: did I missed it or actually it's not provided?
Upvotes: 0
Views: 54