yucad3d

CadEntityRotate

Rotates the entity around the given centre.

void CadEntityRotate ( YuHandle hEnt, double cX, double cY, double AngleDeg );

Parameters

hEnt (YuHandle)
Handle to the entity.
cX (double)
Numeric value (double precision).
cY (double)
Numeric value (double precision).
AngleDeg (double)
Numeric value (double precision).

Return Value

None.

See Also