|
Open CASCADE Technology
6.9.1
|
The struct corresponding to a vertex. More...
#include <BRepBuilderAPI_FastSewing.hxx>
Public Member Functions | |
| FS_Vertex () | |
| void | CreateTopologicalVertex (const Standard_Real theToler) |
| Creates topological member (vertex) More... | |
Data Fields | |
| gp_Pnt | myPnt |
| Geometry point of this Vertex. More... | |
| TopoDS_Vertex | myTopoVert |
| NCollection_List< Standard_Integer > | myFaces |
| List of faces and edges which share this vertex. More... | |
| NCollection_List< Standard_Integer > | myEdges |
| Standard_Integer | myID |
| Indentifies the place of this Vertex in BRepBuilderAPI_FastSewing::myVertexVec list. More... | |
The struct corresponding to a vertex.
|
inline |
|
inline |
Creates topological member (vertex)
| NCollection_List<Standard_Integer> BRepBuilderAPI_FastSewing::FS_Vertex::myEdges |
| NCollection_List<Standard_Integer> BRepBuilderAPI_FastSewing::FS_Vertex::myFaces |
List of faces and edges which share this vertex.
| Standard_Integer BRepBuilderAPI_FastSewing::FS_Vertex::myID |
Indentifies the place of this Vertex in BRepBuilderAPI_FastSewing::myVertexVec list.
| gp_Pnt BRepBuilderAPI_FastSewing::FS_Vertex::myPnt |
Geometry point of this Vertex.
| TopoDS_Vertex BRepBuilderAPI_FastSewing::FS_Vertex::myTopoVert |
1.8.10