Skip to main content

Get Segments

Explode a geometry into segments

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a week ago

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 Get Segments

    Feed the geometry into the F connector.

    The result is a list of line segments.

    Each line segment is control point to control point

Did this answer your question?