Close

Relief for ODA Team in Ukraine

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

Retrieves a vertex of a smooth mesh using the given index. 

 

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.