Created by: portnov
Mostly this is a technical / refactoring PR. This adds API to do:
- knot insertion for NURBS curves
- splitting NURBS curves
from user's perspective, this only means that "split curve" and "curve segment" nodes will output NURBS curves when there are NURBS curves in the input.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.