Create a line from guide line and two points
ID
tool-primitive-curves-line-by-4pnt
Name
Line By 4Pnt
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 |
---|---|---|---|
line | Curve | Guide line | |
pointA | Point | First point to project onto the guide | [0,0,0] |
pointB | Point | Second point to project onto the guide | [0,10,0] |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Line segment |