![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
The class represents the edge built between the two IntPolyh points. It is linked to two IntPolyh triangles. More...
#include <IntPolyh_Edge.hxx>
Public Member Functions | |
| IntPolyh_Edge () | |
| Constructor. | |
| IntPolyh_Edge (const int thePoint1, const int thePoint2, const int theTriangle1, const int theTriangle2) | |
| Constructor. | |
| int | FirstPoint () const |
| Returns the first point. | |
| int | SecondPoint () const |
| Returns the second point. | |
| int | FirstTriangle () const |
| Returns the first triangle. | |
| int | SecondTriangle () const |
| Returns the second triangle. | |
| void | SetFirstPoint (const int thePoint) |
| Sets the first point. | |
| void | SetSecondPoint (const int thePoint) |
| Sets the second point. | |
| void | SetFirstTriangle (const int theTriangle) |
| Sets the first triangle. | |
| void | SetSecondTriangle (const int theTriangle) |
| Sets the second triangle. | |
| void | Dump (const int v) const |
The class represents the edge built between the two IntPolyh points. It is linked to two IntPolyh triangles.
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Returns the first point.
|
inline |
Returns the first triangle.
|
inline |
Returns the second point.
|
inline |
Returns the second triangle.