DissolveObject Object Command

Dissolves a selected compound object into its subobjects, or a path into its subpaths.

dissolveobject [DOCUMENT name | WINDOW name | OBJECTID number]

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

OBJECTID/i The number of the object to manipulate.

Examples:
ARexx:

dissolveobject document 'project.doc'

 

DissolveObject  Command Definition  url:PGScmd/dissolveobject
  created:2006-03-30 13:47:46   last updated:2006-08-18 11:35:52
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For DissolveObject
Dan Kilroy wrote...2006-05-03 19:08:48

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

Dissolve the {...} .

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


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For DissolveObject