Created by: portnov
Two nodes:
- reparametrize Curve
- reparametrize Surface
The nodes allow to change parametrization of Curve/Surface object to match required minimum/maximum bounds of the parameters. For example, if you have a Surface with domain of [0; 2] x [0; 2*pi]
, but another node wants a surface with domain of [0; 1] x [0; 1]
.
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.