SplitPoint Drawing Command

SPLITPOINT Drawing Commands

Splits a path apart at a point.

splitpoint [POINTINDEX point] [DOCUMENT name | WINDOW name | OBJECTID number]

POINTINDEX/i The number of the point to split.

Default=selected point.

DOCUMENT/s The document name.

WINDOW/s The window name.

OBJECTID/i The number of the object.

Default=current.

Notes:

Pointindex identification numbers are numbered from 0 starting with the first moveto in a path. If the path is open, this will create two subpaths. If the path is closed, this will create an open path.

Examples:

splitpoint pointindex 23

 

SplitPoint  Command Definition  url:PGScmd/splitpoint
  created:2006-03-31 10:53:01   last updated:2006-03-31 10:53:01
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SplitPoint
Dan Kilroy wrote...2006-05-03 19:33:06

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

Splits the {...} .

SplitPoint ([DOCUMENT document | WINDOW document-window | OBJECTID objectid] [POINTINDEX point])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SplitPoint