OCC Main Page | ModelingAlgorithms | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingAlgorithms
TKTopAlgo
BRepBuilderAPI


BRepBuilderAPI_MakeVertex Class Reference

Describes functions to build BRepBuilder vertices directly
from 3D geometric points. A vertex built using a
MakeVertex object is only composed of a 3D point and
a default precision value (Precision::Confusion()).
Later on, 2D representations can be added, for example,
when inserting a vertex in an edge.
A MakeVertex object provides a framework for:
- defining and implementing the construction of a vertex, and
- consulting the result.
.

#include <BRepBuilderAPI_MakeVertex.hxx>

Inheritance diagram for BRepBuilderAPI_MakeVertex:

Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
Standard_EXPORT BRepBuilderAPI_MakeVertex (const gp_Pnt &P)
 Constructs a vertex from point P.
Example create a vertex from a 3D point.
gp_Pnt P(0,0,10);
TopoDS_Vertex V = BRepBuilderAPI_MakeVertex(P);
.
Standard_EXPORT const TopoDS_Vertex & Vertex () const
 Returns the constructed vertex.
.
Standard_EXPORT operator TopoDS_Vertex () const

Private Attributes

BRepLib_MakeVertex myMakeVertex

Constructor & Destructor Documentation

Standard_EXPORT BRepBuilderAPI_MakeVertex::BRepBuilderAPI_MakeVertex const gp_Pnt &  P  ) 
 


Member Function Documentation

void BRepBuilderAPI_MakeVertex::operator delete void *  anAddress  )  [inline]
 

Reimplemented from BRepBuilderAPI_MakeShape.

void* BRepBuilderAPI_MakeVertex::operator new size_t  size  )  [inline]
 

Reimplemented from BRepBuilderAPI_MakeShape.

void* BRepBuilderAPI_MakeVertex::operator new size_t  ,
void *  anAddress
[inline]
 

Reimplemented from BRepBuilderAPI_MakeShape.

Standard_EXPORT BRepBuilderAPI_MakeVertex::operator TopoDS_Vertex  )  const
 

Standard_EXPORT const TopoDS_Vertex& BRepBuilderAPI_MakeVertex::Vertex  )  const
 


Field Documentation

BRepLib_MakeVertex BRepBuilderAPI_MakeVertex::myMakeVertex [private]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:41:06 2008 for OpenCASCADE by  doxygen 1.4.1