Quadratic Spline¶
Functionality¶
This node generates a single section of quadratic Bezier spline. To generate a quadratic spline, you have to provide two end points (“knots”) and one control point (“handle”).
Inputs¶
This node has the following inputs:
Num Verts. Number of vertices to generate. Default value is 10.
Knot 1. The beginning point of the curve.
Knot 2. The ending point of the curve.
Handle. The control point for the curve.
Parameters¶
This node does not have specific parameters.
Outputs¶
This node has the following outputs:
Verts. Curve vertices.
Edges. Curve edges.
ControlVerts. Control vertices that define the curve. This output contains vertices from Knot 1, Handle and Knot 2 inputs.
ControlEdges. Edges that connect control vertices.
ControlVerts and ControlEdges outputs are useful mainly for debug visualization purposes.
Examples of Usage¶
Simple example:
Viz-> Viewer Draw
Vectorization example:
Number-> Number Range
Vector-> Vector In
Viz-> Viewer Draw