API Reference > Other Classes > OdUnitsFormatter Class > OdUnitsFormatter Methods > OdUnitsFormatter::formatAngle Method
OdUnitsFormatter::formatAngle Method
Syntax
C++
virtual OdString formatAngle(double value) const = 0;
Parameters 
Description 
double value 
[in] Value to format. 

Returns the specified angle value as a string.

The returned value depends on the ANGBASE, AUNITS, AUPREC, DIMZIN, and UNITMODE system variables. 

All angles are expressed in radians.

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