Skip to main content

midpoint

Get the midpoint of a line or polyline

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

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

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

  2. Add the midpoint node

    The result is a point that is halfway between the lines end points

Did this answer your question?