API Reference > FacetModeler Namespace > Classes > Vertex Class > Vertex::Vertex Constructor
Vertex::Vertex Constructor
Syntax
C++
Vertex(const OdGePoint3d& ptPoint, Body* pBody);
Parameters 
Description 
const OdGePoint3d& ptPoint 
[in] Vertex point coordinates.  
Body* pBody 
[in] Pointer to the body to which the vertex will be added. 

Constructor. Creates a vertex with the specified point position and owner body. 

 

Copyright © 2002-2020. Open Design Alliance. All rights reserved.