API Reference > OdGe Classes > OdGeCurve3d Class > OdGeCurve3d Methods > OdGeCurve3d::area Method
OdGeCurve3d::area Method
Syntax
C++
bool area(double startParam, double endParam, double& value, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
double startParam 
[in] Starting parameter value.  
double endParam 
[in] Ending parameter value.  
double& value 
[out] Receives the area.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Determines the area of this curve between the specified parameters. Returns true (and a value) if and only if this curve is planar. 

 

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