Return to the region documentation.

style intersect

Purpose

style intersect is used to generate a region as the intersection of two or more regions.

Syntax

region id my_int style intersect regions { id_reg1, id_reg2, ..., id_regN } keyword value

Keyword

Description

regions

mandatory list of region IDs to intersect

general optional keywords

General keywords of the region command

Examples

region id my_int style intersect regions {my_block, my_cone}
region id my_int style intersect regions {my_block, my_cone} side out

Return to the region documentation.