| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
The struct corresponding to a edge. More...
#include <BRepBuilderAPI_FastSewing.hxx>
Public Member Functions | |
| FS_Edge () | |
| FS_Edge (const Standard_Integer theIDVert1, const Standard_Integer theIDVert2) | |
| void | CreateTopologicalEdge (const NCollection_Vector< FS_Vertex > &theVertexVec, const NCollection_Vector< FS_Face > &theFaceVec, const Standard_Real theTol) | 
| Creates topological member (TopoDS_Edge)   | |
| void | SetVertex (const Standard_Integer thePlaceID, const Standard_Integer theVertID) | 
| Sets vertex.   | |
| Standard_Boolean | IsDegenerated () const | 
Data Fields | |
| NCollection_Sequence< Standard_Integer > | myFaces | 
| List of faces which are shared with this edge Value is the index of this shape in myFaceVec array.   | |
| Standard_Integer | myID | 
| Identifies the place of this Edge in BRepBuilderAPI_FastSewing::myEdgeVec list.   | |
| TopoDS_Edge | myTopoEdge | 
The struct corresponding to a edge.
      
  | 
  inline | 
      
  | 
  inline | 
| void BRepBuilderAPI_FastSewing::FS_Edge::CreateTopologicalEdge | ( | const NCollection_Vector< FS_Vertex > & | theVertexVec, | 
| const NCollection_Vector< FS_Face > & | theFaceVec, | ||
| const Standard_Real | theTol | ||
| ) | 
Creates topological member (TopoDS_Edge)
      
  | 
  inline | 
      
  | 
  inline | 
Sets vertex.
| NCollection_Sequence<Standard_Integer> BRepBuilderAPI_FastSewing::FS_Edge::myFaces | 
List of faces which are shared with this edge Value is the index of this shape in myFaceVec array.
| Standard_Integer BRepBuilderAPI_FastSewing::FS_Edge::myID | 
Identifies the place of this Edge in BRepBuilderAPI_FastSewing::myEdgeVec list.
| TopoDS_Edge BRepBuilderAPI_FastSewing::FS_Edge::myTopoEdge |