API Reference > Classes > Geometry Classes > OdBmGeometry Class > OdBmGeometry Methods > OdBmGeometry::computeAreaOfFace Method
OdBmGeometry::computeAreaOfFace Method
Syntax
C++
OdResult computeAreaOfFace(const OdBmFacePtr& pFace, double& dArea) const;
Parameters 
Description 
const OdBmFacePtr& pFace 
[in] Input face.  
double& dArea 
[out] Output the area value.  

Returns eOk if successful or an appropriate error code in the other case.

Returns area of face. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.