DiscussionsIssue archiveModeling Data and Algorithms

Archived discussion

Where is the 3d curve intersection algorithm?

Modeling Data and AlgorithmsFri, 12/10/2021 - 15:251 reply

Browse this forum
QuestionAuthor

Where is the 3d curve intersection algorithm? The OCCT version is 7.5.0

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

There is a couple of ways to find 3d curve intersection base on the input geometry (Geom to TopoDS_Shape).
Have a look at the documentation "occt_modeling_algos.pdf" for more details.
Also in 3D extrema algorithms are use to find intersection, look at GeomAPI_ExtremaCurveCurve and BRepExtrema_ExtCC.