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
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
Add the intersect lines node
The result is a list of points where the feeding lines intersect

