ladybug-tools / honeybee-core

:honeybee: honeybee core library
https://www.ladybug.tools/honeybee-core/docs/
GNU Affero General Public License v3.0
17 stars 15 forks source link

Implement ShadeMesh as a Model-Assignable Object #564

Closed chriswmackey closed 11 months ago

chriswmackey commented 1 year ago

There have been several cases that have arisen where a leaner, mesh-based geometry representation would be really helpful. In particular, if there was a Mesh-based Honeybee-core object that was translated to a Radiance Mesh, this would enable Radiance simulations to run much more efficiently and with much less memory in some cases. So we should add this object at some point soon.

chriswmackey commented 11 months ago

This has been implemented!