Open CASCADE Technology 7.9.1
Loading...
Searching...
No Matches
BRepLib_MakeVertex Class Reference

Provides methods to build vertices. More...

#include <BRepLib_MakeVertex.hxx>

Inheritance diagram for BRepLib_MakeVertex:

Public Member Functions

 BRepLib_MakeVertex (const gp_Pnt &P)
const TopoDS_VertexVertex ()
 operator TopoDS_Vertex ()
Public Member Functions inherited from BRepLib_MakeShape
void Build ()
 This is called by Shape(). It does nothing but may be redefined.
const TopoDS_ShapeShape ()
 operator TopoDS_Shape ()
virtual BRepLib_ShapeModification FaceStatus (const TopoDS_Face &F) const
 returns the status of the Face after the shape creation.
virtual Standard_Boolean HasDescendants (const TopoDS_Face &F) const
 Returns True if the Face generates new topology.
virtual const TopTools_ListOfShapeDescendantFaces (const TopoDS_Face &F)
 returns the list of generated Faces.
virtual Standard_Integer NbSurfaces () const
 returns the number of surfaces after the shape creation.
virtual const TopTools_ListOfShapeNewFaces (const Standard_Integer I)
 Return the faces created for surface I.
virtual const TopTools_ListOfShapeFacesFromEdges (const TopoDS_Edge &E)
 returns a list of the created faces from the edge <E>.
Public Member Functions inherited from BRepLib_Command
virtual ~BRepLib_Command ()
Standard_Boolean IsDone () const
void Check () const
 Raises NotDone if done is false.

Additional Inherited Members

Protected Member Functions inherited from BRepLib_MakeShape
 BRepLib_MakeShape ()
Protected Member Functions inherited from BRepLib_Command
 BRepLib_Command ()
 Set done to False.
void Done ()
 Set done to true.
void NotDone ()
 Set done to false.
Protected Attributes inherited from BRepLib_MakeShape
TopoDS_Shape myShape
TopTools_ListOfShape myGenFaces
TopTools_ListOfShape myNewFaces
TopTools_ListOfShape myEdgFaces

Detailed Description

Provides methods to build vertices.

Constructor & Destructor Documentation

◆ BRepLib_MakeVertex()

BRepLib_MakeVertex::BRepLib_MakeVertex ( const gp_Pnt & P)

Member Function Documentation

◆ operator TopoDS_Vertex()

BRepLib_MakeVertex::operator TopoDS_Vertex ( )

◆ Vertex()

const TopoDS_Vertex & BRepLib_MakeVertex::Vertex ( )

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