EditPoint Drawing Command

EDITPOINT Drawing Commands

Edits the coordinates of a path point.

editpoint [ANCHOR x y] [CONTROLBEFORE x y] [CONTROLAFTER x y] [join] [POINTINDEX point] [DOCUMENT name | WINDOW name | OBJECTID number]

ANCHOR/d The new coordinates of the point.

CONTROLBEFORE/d The new coordinates of the previous curve handle.

CONTROLAFTER/d The new coordinates of the next curve handle.

POINTINDEX/i The number of the point to edit.

Default=selected point.

join/k Specifies the join type: cornerjoin

(default)|smoothjoin.

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:

editpoint anchor 1.15 3.43 controlbefore 0.75 1.792

editpoint cornerjoin pointindex 5

 

EditPoint  Command Definition  url:PGScmd/editpoint
  created:2006-03-30 14:03:53   last updated:2006-03-30 14:03:53
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For EditPoint
Dan Kilroy wrote...2006-05-03 19:31:56

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

Edits the {...} .

EditPoint ([ANCHOR x y] [CONTROLBEFORE <REMOVE|x y>] [CONTROLAFTER <REMOVE|x y>] [SMOOTHJOIN|CORNERJOIN] [DOCUMENT document | WINDOW document-window | OBJECTID objectid] [POINTINDEX point])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For EditPoint