SelectPoint Object Command

SELECTPOINT Drawing Commands

Selects a path point.

selectpoint [neighbor] [POINTINDEX point] [DOCUMENT name | WINDOW name | OBJECTID number]

neighbor/k Selects a neighboring point.

Options: NEXT | PREVIOUS.

POINTINDEX/i The number of the point to select.

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.

Default=current.

Notes:

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

Examples:

selectpoint previous

selectpoint pointindex 23

 

SelectPoint  Command Definition  url:PGScmd/selectpoint
  created:2006-03-31 10:52:52   last updated:2006-03-31 10:52:52
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SelectPoint
Dan Kilroy wrote...2006-05-03 19:30:44

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

Selects the {...} .

SelectPoint ([NEXT | PREVIOUS] [DOCUMENT document | WINDOW document-window | OBJECTID objectid] [POINTINDEX point])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SelectPoint