Curve Surface Intersection

Hello everyone,

I want to compute the intersection points between BSpline Curve and Surface. I find the GeomAPI_IntCS class. However, I got the incorrect results. My OCC version is 6.3.0.

Could anybody give me some advice. Or are there any other methods to do this.

If possible, could you give me your sample code.

Thank you in advanced!

Francois Lauzon's picture

Hi,
I use IntCurvesFace_ShapeIntersector (for shell/curve, solid/curve, ...) and IntCurvesFace_Intersector (for face/curve).

Good luck,
Francois.