API Reference > OdDb Classes > OdDbPolyFaceMesh Class > OdDbPolyFaceMesh Methods > OdDbPolyFaceMesh::appendVertex Method
OdDbPolyFaceMesh::appendVertex Method
Syntax
C++
OdDbObjectId appendVertex(OdDbPolyFaceMeshVertex* pVertex);
Parameters 
Description 
OdDbPolyFaceMeshVertex* pVertex 
[in] Pointer to the vertex to append. 

Returns the Object ID of the appended face vertex.

Appends the specified face vertex onto this PolyFaceMesh entity. 

 

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