API Reference > OdDb Classes > OdDbFace Class > OdDbFace Methods > OdDbFace::getVertexAt Method
OdDbFace::getVertexAt Method
Syntax
C++
void getVertexAt(OdUInt16 vertexIndex, OdGePoint3d& vertexValue) const;
Parameters 
Description 
OdUInt16 vertexIndex 
[in] Vertex index 0, 1, 2, or 3.  
OdGePoint3d& vertexValue 
[out] Reference to a variable in which this method must save the 3d face vertex as a three-dimensional point instance. 

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

 

Example of Working with the 3D Face Object 

Specific 3D Face Properties 

OdDbFace::setVertexAt() method

Copyright © 2002–2020. Open Design Alliance. All rights reserved.