Return to the region documentation.

style subtract

Purpose

style subtract is used to generate a region by subtracting one or more regions from a base region.

Syntax

region id my_sub style style subtract id_base_region domain operand_regions {id_reg1, id_reg2, ..., id_regN} keyword value

Keyword

Description

base_region

obligatory, ID of base region

operand_regions

obligatory, list of regions to subtract from base region

general optional keywords

General keywords of the region command

Examples

region id my_sub style subtract base_region domain operand_regions {side1}
region id my_sub style subtract base_region domain operand_regions {side1, side2}
region id my_sub style subtract base_region domain operand_regions {side1, side2} side out

Return to the region documentation.