Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmGeometry::getFaceMesh Method (GeMesh::OdGeTrMesh&, const OdBmFacePtr&, const double)
Syntax
C++
OdResult getFaceMesh(GeMesh::OdGeTrMesh& mesh, const OdBmFacePtr& pFace, const double dLevelOfDetail = 0.5) const;

Returns a mesh for a face. 

 

Parameters
Description
mesh
[out] Output mesh of a Face.
pFace
[in] Pointer to the OdBmFace.
dLevelOfDetail
[in] Mesh detail level. It has values from 0 to 1.

eOk if the operation completed successfully, or an appropriate error code otherwise.

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