Skip to main content

intersect lines

Get the intersection of multiple lines

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

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?