latest
Primitive Curves
Interpolate

Create an interpolated curve

ID

662ae7a510b6cb87640c926f

Name

Interpolate

Group

Primitive Curves

Package

Tool

Keywords

int
pol

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

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

Steps

  • Create Interpolate node.
  • Connect the boolean toggle to the first port which makes the curve open or closed.
  • The second port receives the degree of the curve. The degree must be one less than the number of points.
  • Connect an array of points to the third port, or connect one point to the third port and using the "add port" function in the port menu, add ports and connect other points already to these ports.

After creating a node, connect a boolean value to the first port, which will make the curve open or closed. To the second port you need to connect the degree of the curve, to the third port you need to connect an array of points, or if you want to connect one point, you need to add ports using the "add port" function in the port menu and connect other points already to these ports. On the output port, you will receive the resulting curve.

See also

Line
Polyline

Inputs

NameTypeDescriptionDefault Value
closed
Boolean
Closed or open
degree
Number
Curve degree2
point
Point
Point or Point arrayVector([0, 0, 0])

Outputs

NameTypeDescription
curve
Curve
Resulting interpolated curve