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

Gets the start parameter value. The start parameter equals equals the start 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.