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

Gets the end parameter value. The end parameter equals the end angle. Parameter is an angle measured counterclockwise from the OCS X-axis in the range 0 to 2PI radians. 

 

Example of Working with the Circular Arc 

Computed Circular Arc Properties

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