Command: polymerge

Syntax

{ <entity> = } polymerge <elist>

Description

Create one or more polygon graphic entities from the result of a merge of other polygon entities.

Parameters

Switches

Notes

This command creates one or more graphic entities of type polygon. Any input polygons with coincident or crossover edges will produce undefined (probably incorrect) results.

The Boolean operation used to produce the merge is a union of all polygons in <elist>.

Any holes resulting from the boolean operation will be created as unnamed child holes.

All polygons (including holes and islands) created by a polymerge command form the contents of the group these.

Polygons which reduce to a line for one reason or another are ignored.

The system numeric found records the number of polygons created by the polymerge command. Holes and islands are excluded from the count.

Examples

Merge all polygons in a group ga (into these).

polymerge ga

See Also

Commands:

entity, gstructure, polyclip, zone

Identifiers:

def_color (color), def_fragment (numeric), def_ls (linestyle), def_rank (numeric)