MovePoint Drawing Command

MOVEPOINT Drawing Commands

Moves selected path point(s).

movepoint [OFFSET x y] [POINTINDEX point] [DOCUMENT name | WINDOW name | OBJECTID number]

OFFSET/d The amount to move the point.

POINTINDEX/i The number of the point to move.

Default=selected point(s).

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

OBJECTID/i The number of the object to manipulate.

Notes:

Pointindex identification numbers are numbered from 0 starting with the first moveto in a path.

Examples:

movepoint 1.5 0

 

MovePoint  Command Definition  url:PGScmd/movepoint
  created:2006-03-30 17:10:47   last updated:2006-03-30 17:10:47
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For MovePoint
Dan Kilroy wrote...2006-05-03 19:32:33

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

Moves the {...} .

MovePoint ([OFFSET deltax deltay] [DOCUMENT document | WINDOW document-window | OBJECTID objectid] [POINTINDEX point])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For MovePoint