#include <BRepMesh_PairOfPolygon.hxx>
◆ BRepMesh_PairOfPolygon()
  
  | 
        
          | BRepMesh_PairOfPolygon::BRepMesh_PairOfPolygon | ( |  | ) |  |  | inline | 
 
Constructor. Creates empty pair with null fileds. 
 
 
◆ Append()
Sets the last element of the pair. If first element is empty, also assignes the given polygon to it. 
- Parameters
- 
  
    | thePolygon | plygon to be set. |  
 
 
 
◆ Clear()
  
  | 
        
          | void BRepMesh_PairOfPolygon::Clear | ( |  | ) |  |  | inline | 
 
 
◆ First()
Returns first polygon on triangulation. 
 
 
◆ Last()
Returns last polygon on triangulation. 
 
 
◆ Prepend()
Sets the first element of the pair. If last element is empty, also assignes the given polygon to it. 
- Parameters
- 
  
    | thePolygon | plygon to be set. |  
 
 
 
The documentation for this class was generated from the following file: