Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve3d::area Method
Syntax
C++
bool area(double startParam, double endParam, double& value, const OdGeTol& tol = OdGeContext::gTol) const;

Determines the area of this curve between the specified parameters. 

 

Parameters
Description
startParam
[in] Starting parameter value.
endParam
[in] Ending parameter value.
value
[out] Receives the area.
tol
[in] Geometric tolerance.

true (and a value) if and only if this curve is planar.

Copyright © 2002-2022. Open Design Alliance All rights reserved.