
Tue, 10/27/2009 - 05:15
Forums:
Hi, folks.
I'm looking for a way to check a given position is interior or exterior to the closed shell.
the only way i can think as now is considering normal vectors of all the boundary fases with regard to given point.
Is there anyone that knows about the APIs that checking in/out of closed shell or about the algorithms for this ?
thanks.
Wed, 10/28/2009 - 16:56
Hi UlikeM,
I'm not sure if I understood your problem, even so, if you are trying to classify a point according a solid, you could use BRepClass3d_SolidClassifier; its methods will make you able to check if a point is IN/ON/OUT a solid.
I hope this will help
Mon, 11/02/2009 - 11:04
Hi, Thiago Macedo
Thanks for your reply. That's exactly what i found.
Thanks again.