Category: Construct Geometry
Kind: Operation
Description: Construct a line from a start point, direction and length
Inputs
Name | Abbreviation | Type | Access | Description |
Start | S | Vector | Item | The start of the line |
Direction | D | Vector | Item | The direction of the line |
Length | L | Number | Item | The length of the line |
Outputs
Name | Abbreviation | Type | Access | Description |
Feature | F | Cartesian | Item | The line |
How to
Feed in a point for the starting point
You can use construct vector to create a point from coordinates
Feed in the line direction - as a vector
Use construct vector to define the direction
Feed in the line length
Use any node that outputs a number, such as number or a math node
Or, type the number into the box
The output is a polyline at the defined length and direction, starting from the starting point


