<< CreatePath | CreateRequester >> |
Top: Documentation Library | Up: C Commands |
CreatePoint Drawing Command
Adds a point to an existing selected path.
createpoint <NEAR x y> [DOCUMENT name | WINDOW name | OBJECTID number]
NEAR/d The position near which to create the point. The point will be created at the point on the path closest to these coordinates.
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:
CreatePoint Command Definition url:PGScmd/createpoint
created:2006-03-30 10:07:13 last updated:2006-08-18 11:21:10
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For CreatePoint | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 19:31:30 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Creats a {...} . CreatePoint ([NEAR x y] [DOCUMENT document | WINDOW document-window | OBJECTID objectid])
ARexx: Applescript: | |
User Contributed Comments For CreatePoint | sign in to add a comment |
<< CreatePath | CreateRequester >> |
Top: Documentation Library | Up: C Commands |