Category: Geometric Operations Kind: Operation Description: Returns the difference of two geometries
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
A | A | Cartesian | Item | The geometry to subtract from |
B | B | Cartesian | List | The geometry to subtract |
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Result | R | Cartesian | Item | The difference |
Start with a geometry you want to subtract from
You can use read feature to get the original flow feature, or the results of any other geometric operation.
If you want to subtract from geometries in Lists, use a map to cut from each geometry.
Feed in the geometry you want to subtract.
This can be Lists of multiple features!
The result is the original geometry with the area of the “B” geometries removed.
Create a parking solver that generates parking bays around overlapping buildings
Draw a feature and apply the Carpark usage.
Draw another feature using a Building Section usage (this example uses Retail)
Add the carpark transform to the Carpark geometry
Click the geometry
Open the Flow Builder and select Flow 2.0
Click “Parking Bays”
Add the Boolean Difference node between Read Feature and Parking Lots