test if a point belongs to a Face

I Want to made an intersection between a line and a Face.To do that(I Think), you have to do the intersection between a line an the Geom_Surface underlying the Face. Then How to know if the intersection point belongs to the face?

Thanks in advance,

Christophe

mbd's picture

Hi,

did you try "BRepIntCurveSurface_Inter" ?

mbd

Tof's picture

Yes that's it.

Thanks a lot,

Christophe