image.png

Category: Geometric Operations Kind: Operation Description: Get the intersection of multiple lines

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