Provides an algorithm to classify a point in a solid.
More...
#include <BRepClass3d_SClassifier.hxx>
Provides an algorithm to classify a point in a solid.
◆ BRepClass3d_SClassifier() [1/2]
| BRepClass3d_SClassifier::BRepClass3d_SClassifier |
( |
| ) |
|
◆ BRepClass3d_SClassifier() [2/2]
Constructor to classify the point P with the tolerance Tol on the solid S.
◆ Face()
Returns the face used to determine the classification. When the state is ON, this is the face containing the point.
When Rejected() returns True, Face() has no signification.
◆ ForceIn()
| void BRepClass3d_SClassifier::ForceIn |
( |
| ) |
|
|
protected |
◆ ForceOut()
| void BRepClass3d_SClassifier::ForceOut |
( |
| ) |
|
|
protected |
◆ IsOnAFace()
| bool BRepClass3d_SClassifier::IsOnAFace |
( |
| ) |
const |
Returns True when the point is a point of a face.
◆ Perform()
Classify the point P with the tolerance Tol on the solid S.
◆ PerformInfinitePoint()
Classify an infinite point with the tolerance Tol on the solid S.
◆ Rejected()
| bool BRepClass3d_SClassifier::Rejected |
( |
| ) |
const |
Returns True if the classification has been computed by rejection. The State is then OUT.
◆ State()
Returns the result of the classification.
The documentation for this class was generated from the following file: