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


