PawelBee / Guanaco

Grasshopper plugin linking Rhino, Gmsh mesher and Calculix FE package
MIT License
5 stars 1 forks source link

IDisposable Interface instead of destructors #7

Closed jaspervanwijk closed 5 years ago

jaspervanwijk commented 5 years ago

The model class (and I figure some more classes) could implement IDisposable interface instead of using a destructor.

https://github.com/PawelBee/Guanaco/blob/797f7ebc20f034aa07a23216b141753812dfa121/Guanaco/Model/Model.cs#L154-L167