Light weighted structure representing triangle of mesh consisting of oriented links.
More...
#include <BRepMesh_Triangle.hxx>
Light weighted structure representing triangle of mesh consisting of oriented links.
◆ BRepMesh_Triangle() [1/2]
| BRepMesh_Triangle::BRepMesh_Triangle |
( |
| ) |
|
|
inline |
◆ BRepMesh_Triangle() [2/2]
| BRepMesh_Triangle::BRepMesh_Triangle |
( |
const int(&) | theEdges[3], |
|
|
const bool(&) | theOrientations[3], |
|
|
const BRepMesh_DegreeOfFreedom | theMovability ) |
|
inline |
Constructor.
- Parameters
-
| theEdges | array of edges of triangle. |
| theOrientations | array of edge's orientations. |
| theMovability | movability of triangle. |
◆ Edges()
| void BRepMesh_Triangle::Edges |
( |
int(&) | theEdges[3], |
|
|
bool(&) | theOrientations[3] ) const |
|
inline |
Gets edges with orientations composing the triangle.
- Parameters
-
| [out] | theEdges | array edges are stored to. |
| [out] | theOrientations | array orientations are stored to. |
◆ Initialize()
| void BRepMesh_Triangle::Initialize |
( |
const int(&) | theEdges[3], |
|
|
const bool(&) | theOrientations[3], |
|
|
const BRepMesh_DegreeOfFreedom | theMovability ) |
|
inline |
Initializes the triangle by the given parameters.
- Parameters
-
| theEdges | array of edges of triangle. |
| theOrientations | array of edge's orientations. |
| theMovability | movability of triangle. |
◆ IsEqual()
Checks for equality with another triangle.
- Parameters
-
| theOther | triangle to be checked against this one. |
- Returns
- TRUE if equal, FALSE if not.
◆ Movability()
Returns movability of the triangle.
◆ operator==()
◆ SetMovability()
Sets movability of the triangle.
◆ myEdges
| int BRepMesh_Triangle::myEdges[3] |
◆ myMovability
◆ myOrientations
| bool BRepMesh_Triangle::myOrientations[3] |
The documentation for this class was generated from the following file: