Open CASCADE Technology
6.5.4
|
The auxiliary class to classify points with
a solid
#include <BOP_SolidClassifier.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BOP_SolidClassifier () |
Empty Constructor | |
void | Clear () |
Clear internal state | |
void | LoadSolid (const TopoDS_Solid &aS) |
Modifier | |
TopAbs_State | Classify (const TopoDS_Solid &aS, const gp_Pnt &aP, const Standard_Real aTol) |
Compute the position of point. | |
void | LoadShell (const TopoDS_Shell &S) |
Modifier | |
TopAbs_State | Classify (const TopoDS_Shell &aS, const gp_Pnt &aP, const Standard_Real aTol) |
Compute the position of point. | |
TopAbs_State | State () const |
Returns computed 3D-State | |
void | Destroy () |
Destructor | |
virtual | ~BOP_SolidClassifier () |
virtual BOP_SolidClassifier::~BOP_SolidClassifier | ( | ) | [inline, virtual] |
TopAbs_State BOP_SolidClassifier::Classify | ( | const TopoDS_Solid & | aS, |
const gp_Pnt & | aP, | ||
const Standard_Real | aTol | ||
) |
regarding with the
geometric domain of the solid <S>.
TopAbs_State BOP_SolidClassifier::Classify | ( | const TopoDS_Shell & | aS, |
const gp_Pnt & | aP, | ||
const Standard_Real | aTol | ||
) |
regarding with the
geometric domain of the shell <S>.
TopAbs_State BOP_SolidClassifier::State | ( | ) | const |