jlopezbi / rhinoUnfolder

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

Increasing Modularity #32

Closed jlopezbi closed 8 years ago

jlopezbi commented 8 years ago

instead of importing just Rhino and then calling Rhino.Geometry.Vector3d or Transform or whatever I could import Rhino.Geometry as something. This way if I ever want to re-use this code outside of the rhino context I just need to provide a module that has a Vector3d class that responds to the same messages!

jlopezbi commented 8 years ago

this is new standard: import Rhino.Geometry as geom