latest
Primitive Curves
Line

Create a line between two points

ID

662ae7a510b6cb87640c9259

Name

Line

Group

Primitive Curves

Package

Tool

Keywords

line
line2Pt

Surface

Vector

Transform

Primitive Curves

Curve Analysis

Toolset

Triangulation

Boolean Operation

Panels

Solid

Intersection

Text

Image

Analysis

Array

Creation method

There are two options for creating a Line node.

  • The first way to create a Line node is using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • line , line2Pt
  • The second way is to select a Line node from the menu that opens from the top left.
    • Menu > Tool > Primitive curves > Line

Steps

  • Create a Line node.
  • Connect the start point to the first port.
  • Connect the endpoint to the second port.

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.

See also

Polyline
Interpolate

Inputs

NameTypeDescriptionDefault Value
start
Point
Line start pointVector([0, 0, 0])
end
Point
Line end pointVector([10, 10, 0])

Outputs

NameTypeDescription
curve
Curve
Line segment