Use this when you want to get the direction vector of a line within a flow, for example using an edge's orientation to drive an offset or array direction.
Inputs
Name | Abbreviation | Type | Access | Description |
Line | L | feature | item | A polyline |
Outputs
Name | Abbreviation | Type | Access | Description |
Vector | V | vector | item | the vector from start to end |
How to
Connect a node that generates a polyline
The node calculates the start and end points of the polyline, then calculates a vector from the start to the end
The output is that vector

