latest
Primitive Curves
Line By 4Pnt

Create a line from guide line and two points

ID

662ae7a510b6cb87640c925b

Name

Line By 4Pnt

Group

Primitive Curves

Package

Tool

Keywords

line
line4Pt

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 By 4Pnt node.

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

Steps

  • Create a Line By 4Pnt node.
  • Connect the guide line to the first port.
  • Connect the first point to project onto the guide to the second port.
  • Connect the endpoint to the third 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
line
Curve
Guide line
pointA
Point
First point to project onto the guideVector([0, 0, 0])
pointB
Point
Second point to project onto the guideVector([0, 10, 0])

Outputs

NameTypeDescription
curve
Curve
Line segment