Skip to main content

Boolean Intersection

Get the intersection of two geometries.

Written by Holly Conrad Smith

Use this when you want to find the overlapping area of two geometries within a flow, for example clipping a development area to a zone boundary.

Inputs

Name

Abbreviation

Type

Access

Description

Geometries to intersect

A

feature

list

Geometries to intersect

Geometries to intersect

B

feature

list

More Geometries to intersect

Outputs

Name

Abbreviation

Type

Access

Description

Resulting geometry

R

feature

list

the intersection

How to

  1. Input a single geometry or a list of geometries into connector A

  2. Input a different geometry or list of geometries into connector B

  3. The result is the areas of overlap, or the intersection.

Example

Did this answer your question?