Open CASCADE Technology 7.8.2.dev
BRepClass3d_SolidPassiveClassifier Class Reference

#include <BRepClass3d_SolidPassiveClassifier.hxx>

Public Member Functions

 BRepClass3d_SolidPassiveClassifier ()
 Creates an undefined classifier.
 
void Reset (const gp_Lin &L, const Standard_Real P, const Standard_Real Tol)
 Starts a classification process. The point to classify is the origin of the line <L>.
 
void Compare (const TopoDS_Face &F, const TopAbs_Orientation Or)
 Updates the classification process with the face <F> from the boundary.
 
Standard_Real Parameter () const
 Returns the current value of the parameter.
 
Standard_Boolean HasIntersection () const
 Returns True if an intersection is computed.
 
BRepClass3d_Intersector3dIntersector ()
 Returns the intersecting algorithm.
 
TopAbs_State State () const
 Returns the current state of the point.
 

Constructor & Destructor Documentation

◆ BRepClass3d_SolidPassiveClassifier()

BRepClass3d_SolidPassiveClassifier::BRepClass3d_SolidPassiveClassifier ( )

Creates an undefined classifier.

Member Function Documentation

◆ Compare()

void BRepClass3d_SolidPassiveClassifier::Compare ( const TopoDS_Face & F,
const TopAbs_Orientation Or )

Updates the classification process with the face <F> from the boundary.

◆ HasIntersection()

Standard_Boolean BRepClass3d_SolidPassiveClassifier::HasIntersection ( ) const

Returns True if an intersection is computed.

◆ Intersector()

BRepClass3d_Intersector3d & BRepClass3d_SolidPassiveClassifier::Intersector ( )

Returns the intersecting algorithm.

◆ Parameter()

Standard_Real BRepClass3d_SolidPassiveClassifier::Parameter ( ) const

Returns the current value of the parameter.

◆ Reset()

void BRepClass3d_SolidPassiveClassifier::Reset ( const gp_Lin & L,
const Standard_Real P,
const Standard_Real Tol )

Starts a classification process. The point to classify is the origin of the line <L>.

is the original length of the segment on <L> used to compute intersections. <Tol> is the tolerance attached to the intersections.

◆ State()

TopAbs_State BRepClass3d_SolidPassiveClassifier::State ( ) const

Returns the current state of the point.


The documentation for this class was generated from the following file: