Tool
Vector
Primitive Curves
Toolset
Surface
Curve Analysis
Boolean Operation
Panels
Intersection
Text
Triangulation
Solid
Analysis
Array
Image
Render
Transform
3D Object
Line
Create a line between two points
Details
ID
tool-primitive-curves-line
Name
Line
Group
Primitive Curves
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Point 1 | Point | Line start point | [0,0,0] |
| Point 2 | Point | Line end point | [10,10,0] |
Output ports
| Name | Type | Description |
|---|---|---|
| Curve | Curve | Line segment |
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