Points to curve

Creates a curve using input points.


Inputs

  • geometry

    • Accepts a single geometry connection (unless the SHIFT key is held).
  • points per curve

    • The number of points that define a single curve. Multiple curves can be made from the same list of points by setting this input to a value lower than the number of input points.
  • order

    • The value that defines the order of the output line. See NURBS curve for more information.
  • keepIncomingGeo

    • Sets whether to keep the input primitives or not.
  • beziers

Outputs

  • geometry

    • Output primitives.
  • points

    • The list of points of the output primitives.
  • points.x

    • The list of x values of the points of the output primitives.
  • points.y

    • The list of y values of the points of the output primitives.
  • points.z

    • The list of z values of the points of the output primitives.

Notes

  • Other names for this node include: PointsToCurve and Create curve.

Examples