API Reference > OdDb Classes > OdDbArc Class > OdDbArc Methods > OdDbArc::getArea Method
OdDbArc::getArea Method
Syntax
C++
virtual OdResult getArea(double& vArea) const;
Parameters 
Description 
double& vArea 
[out] Reference to a variable in which this method must save the area as a Double value. 

Returns the area calculated for the closed figure formed by the circular arc and a line passed from the end point to the start point. 

 

Example of Working with the Circular Arc 

Computed Circular Arc Properties

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