Auxilary class contains information about correctness of discretized face and used for classification of points regarding face internals.  
 More...
#include <BRepMesh_Classifier.hxx>
Auxilary class contains information about correctness of discretized face and used for classification of points regarding face internals. 
 
      
        
          | BRepMesh_Classifier::BRepMesh_Classifier  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | virtual BRepMesh_Classifier::~BRepMesh_Classifier  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
      
        
          | void BRepMesh_Classifier::Destroy  | 
          ( | 
           | ) | 
           | 
        
      
 
Method is called on destruction. Clears internal data structures. 
 
 
Performs classification of the given point regarding to face internals. 
- Parameters
 - 
  
    | thePoint | Point in parametric space to be classified.  | 
  
   
- Returns
 
 
 
Registers wire specified by sequence of points for further classification of points. 
- Parameters
 - 
  
    | theWire | Wire to be registered. Specified by sequence of points.  | 
    | theTolUV | Tolerance to be used for calculations in parametric space.  | 
    | theUmin | Lower U boundary of the face in parametric space.  | 
    | theUmax | Upper U boundary of the face in parametric space.  | 
    | theVmin | Lower V boundary of the face in parametric space.  | 
    | theVmax | Upper V boundary of the face in parametric space.  | 
  
   
 
 
The documentation for this class was generated from the following file: