#include <IntCurveSurface_ThePolyhedronToolOfHInter.hxx>
|
| static const Bnd_Box & | Bounding (const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| | Give the bounding box of the PolyhedronTool.
|
| |
| static const occ::handle< NCollection_HArray1< Bnd_Box > > & | ComponentsBounding (const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| | Give the array of boxes. The box <n> corresponding to the triangle <n>.
|
| |
| static double | DeflectionOverEstimation (const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| | Give the tolerance of the polygon.
|
| |
| static int | NbTriangles (const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| | Give the number of triangles in this polyhedral surface.
|
| |
| static void | Triangle (const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, const int Index, int &P1, int &P2, int &P3) |
| | Give the indices of the 3 points of the triangle of address Index in the PolyhedronTool.
|
| |
| static const gp_Pnt & | Point (const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, const int Index) |
| | Give the point of index i in the polyhedral surface.
|
| |
| static int | TriConnex (const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, const int Triang, const int Pivot, const int Pedge, int &TriCon, int &OtherP) |
| | Give the address Tricon of the triangle connexe to the triangle of address Triang by the edge Pivot Pedge and the third point of this connexe triangle. When we are on a free edge TriCon==0 but the function return the value of the triangle in the other side of Pivot on the free edge. Used to turn around a vertex.
|
| |
| static bool | IsOnBound (const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, const int Index1, const int Index2) |
| | This method returns true if the edge based on points with indices Index1 and Index2 represents a boundary edge. It is necessary to take into account the boundary deflection for this edge.
|
| |
| static double | GetBorderDeflection (const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| | This method returns a border deflection of the polyhedron.
|
| |
| static void | Dump (const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| |
◆ Bounding()
Give the bounding box of the PolyhedronTool.
◆ ComponentsBounding()
Give the array of boxes. The box <n> corresponding to the triangle <n>.
◆ DeflectionOverEstimation()
Give the tolerance of the polygon.
◆ Dump()
◆ GetBorderDeflection()
This method returns a border deflection of the polyhedron.
◆ IsOnBound()
This method returns true if the edge based on points with indices Index1 and Index2 represents a boundary edge. It is necessary to take into account the boundary deflection for this edge.
◆ NbTriangles()
Give the number of triangles in this polyhedral surface.
◆ Point()
Give the point of index i in the polyhedral surface.
◆ Triangle()
Give the indices of the 3 points of the triangle of address Index in the PolyhedronTool.
◆ TriConnex()
Give the address Tricon of the triangle connexe to the triangle of address Triang by the edge Pivot Pedge and the third point of this connexe triangle. When we are on a free edge TriCon==0 but the function return the value of the triangle in the other side of Pivot on the free edge. Used to turn around a vertex.
The documentation for this class was generated from the following file: