yucad3d

CadSelRotate

Rotates every entity in the selection set around the given centre.

void CadSelRotate ( YuHandle hDwg, double x0, double y0, double z0, double Angle );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
x0 (double)
Numeric value (double precision).
y0 (double)
Numeric value (double precision).
z0 (double)
Numeric value (double precision).
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