Open CASCADE Technology  6.9.1
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

BRepBuilderAPI_FastSewing::FS_Vertex::FS_Vertex ( )
inline

Member Function Documentation

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

Creates topological member (vertex)

Field Documentation

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

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