Skip to main content

Explode (generative)

Explode turns any multi-edge shape into lines and points (corners).

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 3 weeks ago

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

  1. Draw a line, polygon, or rectangle

  2. Add the explode node

  3. 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.

Did this answer your question?