Hello
To compute the state of a point you can use the BRepClass3d_SolidClassifier. Your box must be TopoDS_Solid type.
BRepClass3d_SolidClassifier::Load method to load solid.
BRepClass3d_SolidClassifier::Perform to compute the state of the point.
BRepClass3d_SolidClassifier::State to get the TopAbs_State.
Fri, 12/28/2001 - 10:27
Hello
To compute the state of a point you can use the BRepClass3d_SolidClassifier. Your box must be TopoDS_Solid type.
BRepClass3d_SolidClassifier::Load method to load solid.
BRepClass3d_SolidClassifier::Perform to compute the state of the point.
BRepClass3d_SolidClassifier::State to get the TopAbs_State.
TopAbs_State can be IN,OUT,ON or UNKNOWN.