Close

Relief for ODA Team in Ukraine

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

Returns the three vertex indexes for the specified face. 

 

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