3D Curve Intersection

Hello everyone:

I want to compute the intersection points of two 3D curves. However,there is only Geom2dAPI_InterCurveCurve in OCC6.3.0. I don't find GeomAPI_InterCurveCurve or Geom3dAPI_InterCurveCurve which deals with 3D curve Intersection.

Could anybody tell me a way to Get the intersection points of two 3D curves. If possible give me some sample code please.

Thank you in advance!

Cauchy Ding's picture

Hi huangye,

You can search the Extrema_ExtCC.

Good luck.

-Ding

JiangMing's picture

O..
I will try it.
Thank you!