
Category: Geometric Operations Kind: Operation Description: Get the intersection of multiple lines
| Name | Abbreviation | Type | Access | Description |
|---|---|---|---|---|
| Lines | L | Cartesian | List | The lines to intersect |
| Name | Abbreviation | Type | Access | Description |
|---|---|---|---|---|
| Intersections | I | Vector | List | The points of intersection |
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