Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
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:
More...

#include <BRepBuilderAPI_MakeVertex.hxx>

Inheritance diagram for BRepBuilderAPI_MakeVertex:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC 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);

const TopoDS_VertexVertex () const
 Returns the constructed vertex.

 operator TopoDS_Vertex () const

Detailed Description


Constructor & Destructor Documentation


Member Function Documentation

BRepBuilderAPI_MakeVertex::operator TopoDS_Vertex ( ) const

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