Skip to main content

intersect lines

Get the intersection of multiple lines

Written by Holly Conrad Smith

Use this when you want to find where two or more lines cross within a flow, for example locating road intersections or geometry corners.

Inputs

Name

Abbreviation

Type

Access

Description

Lines

L

Cartesian

List

The lines to intersect

Outputs

Name

Abbreviation

Type

Access

Description

Intersections

I

Vector

List

The points of intersection

How to

  1. Get a list of polyline geometry

    You can use read feature or any output of another geometric operation that results in a polyline (such as explode or line)

    The lines must intersect to get a result

  2. Add the intersect lines node

    The result is a list of points where the feeding lines intersect

Did this answer your question?