Created by: asahidari
Addressed problem description
Currently (June 2020) I could not find nodes related to 'origami', and I found #1381 (closed) 'WISHLIST: Sverchok for Origami Simulation'. Though this new file would not fully satisfied the 'WISH' immediately, It can be a start point to implement the full 'Origami Solver'.
Solution description
I added 'miura_fold.py' to 'node_scripts/SNLite_templates/utils/' directory. The Miura fold is one of typical patterns of origami and relatively easy to implement. So it can be a help to develop Origami Solver.
Preflight checklist
-
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.