jlopezbi / rhinoUnfolder

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

Cut/Fold information #28

Closed jlopezbi closed 8 years ago

jlopezbi commented 8 years ago

if there was a way to save cut edges that would be awesome. The command could be split into two: 1) select cut edges 2) unfold

This implies that the data of selected cut edges is somehow passed between commands. This might involve digging deep into rhino common (if only I could extend the mesh class!) or perhaps representing cut edges as simple lines and then have the unfold command detect those lines that lay coincident with the mesh-edges. Might be possible to speed that one up use a spatial tree thing.

jlopezbi commented 8 years ago

Here are the requirements:

Ideas:

jlopezbi commented 8 years ago

cut information is now being stored as a UserDictionary item on the mesh. This means a mesh with cuts assigned can be saved and reopened later for unfolding