Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSolid::getPointAt Method
Syntax
C++
void getPointAt(int pointIndex, OdGePoint3d& pointValue) const;

Gets the WCS coordinates of the vertex belonged to the planar solid entity using the specified index (DXF 10, 11, 12, or 13). 

 

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