architecture-building-systems / hive

Rhino Grasshopper plug-in for quick & dirty building simulation
https://www.food4rhino.com/en/app/hive
GNU General Public License v3.0
31 stars 4 forks source link

Results Object Read-only #805

Closed pedrammrbn closed 1 year ago

pedrammrbn commented 1 year ago

Hive.IO.Results.Results is read-only, preventing override from Bombyx.

pedrammrbn commented 1 year ago

image

christophwaibel commented 1 year ago

because it is better if the bombyx results feed into the Results merger (the component that writes the Hive.Results).

It might need a special "Bombyx-Merger" component to format bombyx data into something that fits into the "Results merger" (see issue #789 )

christophwaibel commented 1 year ago

closing per discussion. See issue #789