Create a line between two points
ID
tool-primitive-curves-line
Name
Line
Group
Primitive Curves
Package
Tool
Keywords
Render
After creating a node, the first input port must be given the start point of the line, and the second port must be given the endpoint of the line. 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] |
end | Point | Line end point | [10,10,0] |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Line segment |