apply map
Applies a command to multiple objects at once.
Applies a command to multiple objects at once. Every time a command is applied to an object an undo-able action is created.
apply CenterLines "commands"
Displays available commands for all centerlines.
Listable' Text'
Listable | Listable reference | Name of the listable to which the command should be applied |
Text | Command | Command that should be applied to the listable |
Mode | Target |
---|---|
- | Global |
None
Applies a command to multiple objects at once. Every time a command is applied to an object an undo-able action is created.
apply CenterLines "setproperties" "Visible" False
Sets the visible property of all centerlines to False.
Listable' Text' <Everything>'
Listable | Listable reference | Name of the listable to which the command should be applied |
Text | Command | Command that should be applied to the listable |
Everything | Parameter(s) | Parameter(s) for the command that should be applied |
Mode | Target |
---|---|
- | Global |
None