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

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

Retrieves a vertex using a specified subentity id. 

 

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