Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGeoData::addMeshFace Method
Syntax
C++
OdResult addMeshFace(OdInt32 faceIndex, OdInt32 p0, OdInt32 p1, OdInt32 p2);

Sets the three vertex indexes for the specified triangle face. 

 

Parameters
Description
faceIndex
[in] Face index.
p0
[in] The first vertex index.
p1
[in] The second vertex index.
p2
[in] The third vertex index.
Copyright © 2002-2022. Open Design Alliance All rights reserved.