API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > GeometryUtil Class > GeometryUtil Methods > GeometryUtil::getLargestFaceInSolid Method
GeometryUtil::getLargestFaceInSolid Method
Syntax
C++
static OdBmFacePtr getLargestFaceInSolid(TbIfcGNode& geomObj, const OdGeVector3d& normalDirection);
Parameters 
Description 
TbIfcGNode& geomObj 
[in] geometry Solid  
const OdGeVector3d& normalDirection 
[in] normal direction of the face to return (only accept (1,0,0), (0,1,0), or (0,0,1))
 

the largest face.

Get the largest face from a Solid 

 

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