Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbFaceRecord::setVertexAt Method
Syntax
C++
void setVertexAt(int cornerIndex, OdInt16 vertexIndex);

Sets the specified corner (DXF 71-74) of this FaceRecord entity to the specified index of the parent PolyFaceMesh mesh vertex. 

 

Parameters
Description
cornerIndex
[in] Corner index. [0 .. 3].
vertexIndex
[in] Vertex index.

Vertex indices start at 1. 

Negative indices indicate the following edge is invisible. 

A zero value vertexIndex for cornerIndex == 3 defines a triangular face.

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