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

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

Sets a vertex using the given subentity id. 

 

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