geom_scratch_layers_in_use
geom_scratch_layers_in_use -report_tiles [ true | false ] ]
Description
Returns a list of scratch layers that are currently in use. Scratch layers can be used by all Boolean operations (geom_*) and the .
Arguments
|
When |
||
Value Returned
|
Tcl list of scratch layers in use, represented by positive non-zero integers. |
||
Examples
The following example requests the list of scratch layers in use and shows the output to the Transcript area, indicating that scratch layers 6 and 3 are in use.
geom_scratch_layers_in_use
6 3
Related Topics
Return to top