Close

Relief for ODA Team in Ukraine

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

Sets a vertex using the given subentity ID. 

 

Parameters
Description
id
[in] Subentity ID of the vertex.
vertex
[in] Vertex to be set.

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

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