Inputs
Name | Abbreviation | Type | Access | Description |
Feature | F | Cartesian | Item | The geometry |
Outputs
Name | Abbreviation | Type | Access | Description |
Point | P | Vector | Item | The midpoint |
How to
Get a polyline geometry
You can use read feature or any output of another geometric operation that results in a polyline (such as explode or line)
If working with Lists, use map to explode each list item
Add the midpoint node
The result is a point that is halfway between the lines end points


