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