yucad3d

CadPolarPutInc

Sets the inc of the polar tracking.

void CadPolarPutInc ( YuHandle hDwg, std::int32_t Angle );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
Angle (std::int32_t)
Angle in radians, counter-clockwise from the +X axis (the host angle unit can be changed with CAD_GL_ANGUNITS).

Return Value

None.

See Also