Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbFace::getVertexAt Method
Syntax
C++
void getVertexAt(OdUInt16 vertexIndex, OdGePoint3d& vertexValue) const;

Gets the WCS coordinates of the vertex belonged to the 3d face entity using its index (DXF 10, 11, 12, or 13). 

 

Parameters
Description
vertexIndex
[in] Vertex index 0, 1, 2, or 3.
vertexValue
[out] Reference to a variable in which this method must save the 3d face vertex as a three-dimensional point instance.
Copyright © 2002-2022. Open Design Alliance All rights reserved.