Open CASCADE Technology
6.5.4
|
#include <TopOpeBRepTool_SolidClassifier.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | TopOpeBRepTool_SolidClassifier () |
void | Clear () |
void | Destroy () |
~TopOpeBRepTool_SolidClassifier () | |
void | LoadSolid (const TopoDS_Solid &S) |
TopAbs_State | Classify (const TopoDS_Solid &S, const gp_Pnt &P, const Standard_Real Tol) |
compute the position of point | |
void | LoadShell (const TopoDS_Shell &S) |
TopAbs_State | Classify (const TopoDS_Shell &S, const gp_Pnt &P, const Standard_Real Tol) |
compute the position of point | |
TopAbs_State | State () const |
TopAbs_State TopOpeBRepTool_SolidClassifier::Classify | ( | const TopoDS_Solid & | S, |
const gp_Pnt & | P, | ||
const Standard_Real | Tol | ||
) |
regarding with the
geometric domain of the solid <S>.
TopAbs_State TopOpeBRepTool_SolidClassifier::Classify | ( | const TopoDS_Shell & | S, |
const gp_Pnt & | P, | ||
const Standard_Real | Tol | ||
) |
regarding with the
geometric domain of the shell <S>.