Rotate Object Command

ROTATE Object Commands

Rotate selected objects.

rotate [ABOUT pointx pointy | ABOUTCENTER] [DOCUMENT name | WINDOW name | OBJECTID number]

angle/d The rotation angle.

ABOUT/d The rotation point.

ABOUTCENTER Rotates around its center.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

OBJECTID/i The number of the object to manipulate.

Examples:

rotate 90 about 2.2 3.125 document 'project.doc'

 

Rotate  Command Definition  url:PGScmd/rotate
  created:2006-03-30 20:08:13   last updated:2006-03-30 20:08:13
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For Rotate
Dan Kilroy wrote...2006-05-03 19:11:04

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Rotate the {...} .

Rotate (angle [ABOUT rx ry] [DOCUMENT document | WINDOW document-window | OBJECTID objectid])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For Rotate