API Reference > OdDb Classes > OdDbSurface Class > OdDbSurface Methods > OdDbSurface::getFaceMesh Method
OdDbSurface::getFaceMesh Method
Syntax
C++
bool getFaceMesh(GeMesh::OdGeTrMesh& mesh, OdGsMarker iFace, const wrTriangulationParams& triangulationParams) const;
Parameters 
Description 
GeMesh::OdGeTrMesh& mesh 
[out] Output mesh of the face.  
OdGsMarker iFace 
[in] Face marker.  
const wrTriangulationParams& triangulationParams 
[in] ACIS triangulation (rendering) parameters.
 

eOk if successful or an appropriate error code otherwise.

Returns a mesh for a face. 

 

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