Explode turns any multi-edge shape into lines and points (corners).
Inputs
Name | Abbreviation | Type | Access | Description |
Input | I | Feature | Item | The input data |
Transform | T | Object | Item | Transform controls (overridden by individual parameters) |
Outputs
Name | Abbreviation | Type | Access | Description |
Line | L | Object | List | The line output |
Point | P | Object | List | The point output |
How to
Draw a line, polygon, or rectangle
Add the explode node
Process the line or point outputs as needed with further nodes
Explode Outputs
Gives 2 outputs - line (L[]) and point (P[])
The lines and points are nested in Lists
In this example, the points have a Marker property that includes the Base Elevation of each point on the terrain.


