image.png

Category: Geometric Operations Kind: Operation Description: Explode a geometry into segments

Inputs

Name Abbreviation Type Access Description
Feature F Cartesian Item The geometry

Outputs

Name Abbreviation Type Access Description
Segments S Cartesian List The segments

How to

  1. Get a geometry

    You can use read feature or any output of another geometric operation

    If working with Lists, use map to explode each list item

  2. Add Explode

    The result is a list of line segments.

    Each line segment is control point to control point

image.png