API Reference > OdDb Classes > OdDbFace Class > OdDbFace Methods > OdDbFace::setVertexAt Method
OdDbFace::setVertexAt Method
Syntax
C++
void setVertexAt(OdUInt16 vertexIndex, const OdGePoint3d& vertexValue);
Parameters 
Description 
pointIndex 
[in] Vertex index 0, 1, 2, or 3.  
pointValue 
[in] Three-dimensional point instance to be set the vertex. 

Sets 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::getVertexAt() method

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