Create a line segment defined by start point, tangent and length
ID
tool-primitive-curves-line-sdl
Name
Line SDL
Group
Primitive Curves
Package
Tool
Keywords
Render
After creating a node, the first input port must be given the start point of the line, the second port must be given the line tangent (direction), and the line length to the third port. On the output port, you will receive the resulting line.
Polyline
Interpolate
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
start | Point | Line start point | [0,0,0] |
direction | Vector | Line tangent (direction) | [10,10,10] |
length | Number | Line length | 20 |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Line segment |