Close

Relief for ODA Team in Ukraine

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

Retrieves a vertex of a smooth mesh using the given subentity ID. 

 

Parameters
Description
id
[in] Subentity ID 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.