Return to the region documentation.

style union

Purpose

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

Syntax

region id my_union style union regions { id_reg1, id_reg2, ..., id_regN } keyword value

Keyword

Description

regions

mandatory list of region IDs to merge

general optional keywords

General keywords of the region command

Examples

region id outside style union regions {side1, side2, side3, side4}
region id outside style union regions {side1, side2, side4} side out
region id outside style union regions {side1, side2} translate (NULL, v_dy, NULL)

Return to the region documentation.