Set NURBS Order Node¶
Controls how many control points influence each evaluated point of a NURBS curve
by modifying the nurbs_order attribute.
Higher order values result in smoother curves with broader influence from control points, while lower values make the curve follow control points more closely.
Typical use cases include:
Increasing smoothness for organic or flowing shapes.
Reducing order to tighten control around sharp features.
Matching curve behavior between different NURBS splines.
Refining procedural curve generation.
入力¶
- Curve(カーブ)
Input curves. The node only affects curves of type NURBS.
- Selection(選択)
The points whose NURBS order will be changed.
- Order(順序)
The number of control points influencing each evaluated point.
Valid values depend on the number of control points in the spline. Higher values increase smoothness but require more points.
出力¶
- Curve(カーブ)
標準のカーブ出力です。