Category: Geometric Operations
Kind: Operation
Description: Returns the union of multiple geometries
Inputs
Name | Abbreviation | Type | Access | Description |
A | A | Cartesian | List | The geometries to union |
Outputs
Name | Abbreviation | Type | Access | Description |
Result | R | Cartesian | List | The union |
How To
Feed in a list of elements you want to merge
Create a list using encapsulate in list or by holding
shiftas you add multiple strings to the input nodeThe result is a geometry that represents the largest bound of the combination of all input geometries

