SmoothPath Object Command

SMOOTHPATH Object Commands

- not currently implemented -

Smoothes the path by replacing lines and curves with a minimum number of curves. There is a loss of accuracy because rough spots will be rounded out. Use this command to smooth a freehand path.

smoothpath [DOCUMENT name | WINDOW name | OBJECTID number]

DOCUMENT/s The document name.

WINDOW/s The window name.

OBJECTID/i The number of the object.

Default=current.

Examples:

smoothpath

smoothpath window 'Untitled 1~View.1'

 

SmoothPath  Command Definition  url:PGScmd/smoothpath
  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 SmoothPath
Dan Kilroy wrote...2006-05-03 19:48:35

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

Smooth the {...} .

SmoothPath ([DOCUMENT document | WINDOW doc-window | OBJECTID objectid])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SmoothPath