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 near 5.1 6.25 createpoint near 1.025 2.56 'project.doc~8'

 

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
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])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For CreatePoint