Product Documentation
Virtuoso Space-based Router Command Reference
Product Version IC23.1, September 2023

geom_create_scratch_layer

geom_create_scratch_layer

Description

Creates a scratch layer that can be used with Boolean operations.

Arguments

None

Value Returned

i_scratchID

Specifies the scratch layer identifier for the new, empty scratch layer.

Examples

The following command creates a new scratch layer, then adds a rectangular shape to the scratch layer.

set scratchLayerID [geom_create_scratch_layer]
geom_add_shape -scratch_layer $scratchLayerID -rect {10 10 20 20}

Related Topics

Create Commands

geom_add_shape

geom_and

geom_and_not

geom_not

geom_remove_scratch_layers

geom_scratch_layers_in_use


Return to top
 ⠀
X