Skip to main content

boolean union

Returns the union of multiple geometries

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a month ago

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

  1. Feed in a list of elements you want to merge

    Create a list using encapsulate in list or by holding shift as you add multiple strings to the input node

  2. The result is a geometry that represents the largest bound of the combination of all input geometries

Did this answer your question?