Created by: portnov
This node deconstructs any NURBS or NURBS-like curve into it's main components: control points, weights and so on.
At the moment, this node can effectively work with the following types of curves:
- NURBS curves
- Bezier curves
- Cubic splines
- Polylines
- Circular arcs
- Line segments
Some nodes, that output complex curves composed from simple curves (for example, "Rounded rectangle"), have NURBS output parameter; when it is checked, such nodes output NURBS curves, so "Deconstruct curve" can work with them.
Other types of curves are considered as not having NURBS components (control points, for example), so outputs will be empty.
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.