SoNurbsCurve¶
- InventorModule¶
genre
author
package
definition
Purpose¶
The node SoNurbsCurve represents a NURBS curve based on the specified knot vector and control points.
The Knot Vector field specifies a floating-point array of values; these values represent the coordinates of the knot points in the curve and must be entered in non-decreasing order. The curve will use the first Num Control Points values in the current coordinates as control points.
Windows¶
Default Panel¶
Output Fields¶
self¶
- name: self, type: SoNode¶
Parameter Fields¶
Visible Fields¶
Num Control Points¶
- name: numControlPoints, type: Integer, default: 0¶
Sets the number of control points.
Knot Vector¶
- name: knotVector, type: DoubleList, default: 0¶
Sets the knot vector.