NudgePoint Drawing Command

NUDGEPOINT Drawing Commands

Nudges selected path point(s) in any direction by the current nudge value.

nudgepoint <[horz] [vert]> [TAP] [POINTINDEX point] [DOCUMENT name | WINDOW name | OBJECTID number]

horz/k The horizontal nudge direction.

Options: LEFT | RIGHT.

vert/k The vertical nudge direction.

Options: UP | DOWN.

TAP/k Nudges 1/10th of the normal amount.

POINTINDEX/i The number of the point to nudge.

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:

nudgepoint left up

nudgepoint right tap

 

NudgePoint  Command Definition  url:PGScmd/nudgepoint
  created:2006-03-30 17:19:29   last updated:2006-03-30 17:19:29
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For NudgePoint
Dan Kilroy wrote...2006-05-03 19:32:53

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

Moves the {...} .

NudgePoint ([LEFT|RIGHT] [UP|DOWN] [TAP] [DOCUMENT document | WINDOW document-window | OBJECTID objectid] [POINTINDEX point])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For NudgePoint