VS:Rotate

From Vectorworks Developer
Revision as of 16:20, 2 May 2008 by Root (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Procedure Rotate rotates the currently selected objects on the active layer. The rotation angle may be specified in any valid angle format. When a locus is selected with a group of objects, the objects are rotated around the locus. If two or more loci are selected, the objects are rotated around the center of the selected objects.

PROCEDURE Rotate(
rotationAngle :REAL);
def vs.Rotate(rotationAngle):
    return None

Parameters

rotationAngle REAL Rotation angle.

Example

VectorScript

Rotate(45d15'23");

Python


Version

Availability: from All Versions