API Reference > OdDb Classes > OdDbPolygonMesh Class > OdDbPolygonMesh Methods > OdDbPolygonMesh::appendVertex Method
OdDbPolygonMesh::appendVertex Method
Syntax
C++
OdDbObjectId appendVertex(OdDbPolygonMeshVertex* pVertex, OdDb::Vertex3dType vType = OdDb::k3dSimpleVertex);
Parameters 
Description 
OdDbPolygonMeshVertex* pVertex 
[in] Pointer to the vertex to append.  
OdDb::Vertex3dType vType = OdDb::k3dSimpleVertex 
[in] Vertex type. 

Returns the Object ID of the appended vertex. 

vType must be one of the following: 

 

Name 
Value 
DXF 70 
Description 
OdDb::k3dSimpleVertex 
0x40 
Standard vertex. 
OdDb::k3dControlVertex 
0x10 
Spline-fit or curve-fit control point. 
OdDb::k3dFitVertex 
0x08 
Spline-fit or curve-fit generated vertex. 

Appends the specified vertex onto this PolygonMesh entity. 

 

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