geom_remove_scratch_layers
geom_remove_scratch_layers
{ -layers { i_scratchID… } | -all [ true | false ] }
Description
Removes one or more scratch layers. Scratch layers can be created to temporarily store the results of a Boolean layer operation (geom_* -output_scratch_layer), can be used as inputs for all Boolean operations, and are automatically removed when the current design is closed.
Arguments
|
Removes the scratch layers corresponding to the positive integers in the list. |
||
Examples
The following example removes all scratch layers.
geom_remove_scratch_layers -all
Related Topics
Return to top