Open CASCADE Technology 7.8.0
|
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) | |
Data Fields | |
gp_Pnt | myPnt |
Geometry point of this Vertex. | |
TopoDS_Vertex | myTopoVert |
NCollection_List< Standard_Integer > | myFaces |
List of faces and edges which share this vertex. | |
NCollection_List< Standard_Integer > | myEdges |
Standard_Integer | myID |
Identifies the place of this Vertex in BRepBuilderAPI_FastSewing::myVertexVec list. | |
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 |
Identifies 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 |