Open CASCADE Technology  7.3.0
Public Member Functions | Data Fields

BRepBuilderAPI_FastSewing::FS_Vertex Struct Reference

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_IntegermyFaces
 List of faces and edges which share this vertex. More...
 
NCollection_List< Standard_IntegermyEdges
 
Standard_Integer myID
 Indentifies the place of this Vertex in BRepBuilderAPI_FastSewing::myVertexVec list. More...
 

Detailed Description

The struct corresponding to a vertex.

Constructor & Destructor Documentation

◆ FS_Vertex()

BRepBuilderAPI_FastSewing::FS_Vertex::FS_Vertex ( )
inline

Member Function Documentation

◆ CreateTopologicalVertex()

void BRepBuilderAPI_FastSewing::FS_Vertex::CreateTopologicalVertex ( const Standard_Real  theToler)
inline

Creates topological member (vertex)

Field Documentation

◆ myEdges

NCollection_List<Standard_Integer> BRepBuilderAPI_FastSewing::FS_Vertex::myEdges

◆ myFaces

NCollection_List<Standard_Integer> BRepBuilderAPI_FastSewing::FS_Vertex::myFaces

List of faces and edges which share this vertex.

◆ myID

Standard_Integer BRepBuilderAPI_FastSewing::FS_Vertex::myID

Indentifies the place of this Vertex in BRepBuilderAPI_FastSewing::myVertexVec list.

◆ myPnt

gp_Pnt BRepBuilderAPI_FastSewing::FS_Vertex::myPnt

Geometry point of this Vertex.

◆ myTopoVert

TopoDS_Vertex BRepBuilderAPI_FastSewing::FS_Vertex::myTopoVert

The documentation for this struct was generated from the following file: