jlopezbi / rhinoUnfolder

unwrap meshes in rhino!
GNU General Public License v3.0
8 stars 2 forks source link

rhinoUnfolder

A Python plugin to Rhino that unfolds meshes.

You can use it to create flat, foldable versions of your 3D models. It's like Pepakura for Rhino.

Status

Working:

Not working:

Notes For Developing

do -RunPythonScript, reset engine, and then execute run_all_tests.py

How To Run

  1. Install Rhino5 and RhinoPython
  2. Download this repository and save it to your Rhino 'Scripts' directory: git clone https://github.com/jlopezbi/rhinoUnwrapper.git
  3. type RunPythonScript in rhino
  4. Navigate to the rhinoUnfolder folder and select the protoype_cutAndUnfold.py script. The interactive command will now run; follow the instructions as you would anothe rhino command.