Extrude curve

Extrudes curves in a vector direction.


Inputs

  • geometry

    • Accepts a single geometry connection (unless the SHIFT key is held).
  • extrusion

    • The vector value that defines the extent that the output NURBS surface primitive will be extruded.
  • order

    • The value that defines the order of the output line. See NURBS surface for more information.
  • number of spans

    • The number of spans that the output NURBS surface will be divided into.

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.

Note(s)

  • The geometry output of this node is a NURBS surface primitive type. In order to convert it to a PolyMesh primitive type use the Triangulate surface node.

  • Other names for this node include: ExtrudeCurve.

Examples