API Reference > OdDb Classes > OdDbSubDMesh Class > OdDbSubDMesh Methods > getVertexAt Method > OdDbSubDMesh::getVertexAt Method (OdInt32, OdGePoint3d&)
OdDbSubDMesh::getVertexAt Method (OdInt32, OdGePoint3d&)
Syntax
C++
OdResult getVertexAt(OdInt32 nIndex, OdGePoint3d& vertex) const;
Parameters 
Description 
OdInt32 nIndex 
[in] Index of a vertex.  
OdGePoint3d& vertex 
[out] Output vertex.  

eOk if the operation completed successfully, or an appropriate error code otherwise.

Retrieves a vertex from a specified position on a mesh. 

 

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