<< DissolveObject | DoARexxRequester >> |
Top: Documentation Library | Up: D Commands |
Distribute Object Command
Distribute objects over an area.
distribute [HORIZONTAL place [BOUNDINGBOX | SPACING space]] [VERTICAL place [BOUNDINGBOX | SPACING space]] [DOCUMENT name | WINDOW name | OBJECTID number]
HORIZONTAL/k The horizontal placement. Options:
LEFT|CENTER|RIGHT|GAP.
VERTICAL/k The vertical placement. Options:
TOP|MIDDLE|BOTTOM|GAP.
BOUNDING BOX Distributes objects in their bounding box. Default.
SPACE/d Distributes objects with a set spacing.
DOCUMENT/s The document name. Default=current.
WINDOW/s The window name. Default=current.
OBJECTID/i The number of the object to manipulate.
Examples:
ARexx:
Distribute Command Definition url:PGScmd/distribute
created:2006-03-30 13:47:47 last updated:2006-08-18 11:36:08
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For Distribute | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 19:20:13 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Distribute the {...} . Distribute ([HORIZONTAL <LEFT | CENTER | RIGHT | GAP> [SPACING x]] [VERTICAL <TOP | MIDDLE | BOTTOM | GAP> [SPACING y]] [DOCUMENT document | WINDOW document-window | OBJECTID objectid])
ARexx: Applescript: | |
User Contributed Comments For Distribute | sign in to add a comment |
<< DissolveObject | DoARexxRequester >> |
Top: Documentation Library | Up: D Commands |