API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > GeometryUtil Class > GeometryUtil Methods > GeometryUtil::ComputeHeightWidthOfCurveLoop Method (OdBmCurveLoopPtr&, double&, double&)
GeometryUtil::ComputeHeightWidthOfCurveLoop Method (OdBmCurveLoopPtr&, double&, double&)
Syntax
C++
static bool ComputeHeightWidthOfCurveLoop(OdBmCurveLoopPtr& curveLoop, double& height, double& width);
Parameters 
Description 
OdBmCurveLoopPtr& curveLoop 
[in] CurveLoop.  
double& height 
[in] height.  
double& width 
[in] width.
 

True if gets the values successfully.

Computes the height and width of a CurveLoop. 

 

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