Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSubDMesh::getVertexAt Method (OdInt32, OdGePoint3d&)
Syntax
C++
OdResult getVertexAt(OdInt32 nIndex, OdGePoint3d& vertex) const;

Retrieves a vertex from a specified position on a mesh. 

 

Parameters
Description
nIndex
[in] Index of the vertex.
vertex
[out] Receives the vertex.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.