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 the face.  
OdGePlane& facePlane 
[out] Receives the face plane of the given face.  

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

Retrieves the face plane of a given face. 

 

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