CadPolarAddAngle
Additional polar-tracking angles (degrees) + absolute/relative flag.
std::int32_t CadPolarAddAngle (
YuHandle hDwg,
double Angle
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - Angle (double)
- Angle in radians, counter-clockwise from the +X axis (the host angle unit can be changed with
CAD_GL_ANGUNITS).
Return Value
The handle of the newly created polar tracking, or 0 on failure.