latest
Primitive Curves
Line SDL

Create a line segment defined by start point, tangent and length

ID

662ae7a510b6cb87640c925a

Name

Line SDL

Group

Primitive Curves

Package

Tool

Keywords

line
lineSdl

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 SDL node.

  • The first way to create a Line SDL 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 , lineSdl
  • The second way is to select a Line SDL node from the menu that opens from the top left.
    • Menu > Tool > Primitive curves > Line SDL

Steps

  • Create a Line SDL node.
  • Connect the line start point to the first port.
  • Connect the line tangent (direction) to the second port.
  • Connect the line length to the third port.

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.

See also

Polyline
Interpolate

Inputs

NameTypeDescriptionDefault Value
start
Point
Line start pointVector([0, 0, 0])
direction
Vector
Line tangent (direction)Vector([10, 10, 10])
length
Number
Line length20

Outputs

NameTypeDescription
curve
Curve
Line segment