|
Open CASCADE Technology
7.0.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 More... | |
| 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 More... | |
| TopAbs_State | State () const |
| TopOpeBRepTool_SolidClassifier::TopOpeBRepTool_SolidClassifier | ( | ) |
| TopOpeBRepTool_SolidClassifier::~TopOpeBRepTool_SolidClassifier | ( | ) |
| 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 <S>.
| 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 <S>.
| 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 |
1.8.10