DiscussionsIssue archiveOther usage issues

Archived discussion

Intersection TopoDS

Other usage issuesTue, 07/10/2007 - 07:091 reply

Browse this forum
QuestionAuthor

Is there a method to find out intersecting point between a TopoDS surface (TopoDS_Face / TopoDS_Shape) and a TopoDS curve (TopoDS_Edge / TopoDS_Wire)

I am aware of GeomAPI_IntCS which gives intersection of a geom surface and geom curve.

Any help will be appreciated.

TIA

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Use the class IntCurveSurface_HInter, which is an instantiation of the generic class IntCurveSurface_Inter. Use can use classes BRepAdaptor_HCurve and BRepAdaptor_HSurface to wrap your shapes for intersection.