yucad3d

CadArcPutAngle

Sets the angle of the arc.

void CadArcPutAngle ( YuHandle hEnt, double Angle );

Parameters

hEnt (YuHandle)
Handle to the entity.
Angle (double)
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