API Reference > OdDb Classes > OdDbSubDMesh Class > OdDbSubDMesh Methods > OdDbSubDMesh::getFacePlane Method
OdDbSubDMesh::getFacePlane Method
Syntax
C++
OdResult getFacePlane(const OdDbSubentId& id, OdGePlane& facePlane) const;
Parameters 
Description 
const OdDbSubentId& id 
[in] Id of a face.  
OdGePlane& facePlane 
[out] Face plane of a given face.  

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

Retrieves the face plane of a given face. 

 

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