#include <BRepMesh_PairOfPolygon.hxx>
BRepMesh_PairOfPolygon::BRepMesh_PairOfPolygon |
( |
| ) |
|
|
inline |
Constructor. Creates empty pair with null fileds.
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. |
void BRepMesh_PairOfPolygon::Clear |
( |
| ) |
|
|
inline |
const Handle_Poly_PolygonOnTriangulation& BRepMesh_PairOfPolygon::First |
( |
| ) |
const |
|
inline |
Returns first polygon on triangulation.
const Handle_Poly_PolygonOnTriangulation& BRepMesh_PairOfPolygon::Last |
( |
| ) |
const |
|
inline |
Returns last polygon on triangulation.
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: