ladybug-tools / ladybug-geometry

🐞 📦 A library with geometry objects used throughout the Ladybug Tools core libraries
https://www.ladybug.tools/ladybug-geometry/docs/
GNU Affero General Public License v3.0
25 stars 23 forks source link

add from_stl classmethod to the Mesh object #339

Closed devangcx closed 2 years ago

devangcx commented 2 years ago

cc: @chriswmackey

chriswmackey commented 2 years ago

Thank you, @devngc . I ended up working from what you had here as it was decent. There were just a few implementation differences that I wanted to make and I also noticed that the binary STL importer always results in the last face being duplicated. This appears to be a bug in the original implementation.

In any event, this has all been fixed in this new PR so I am closing this one.