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

Room description list missing in C# #732

Closed christophwaibel closed 2 years ago

christophwaibel commented 2 years ago

Describe the bug We are intending to phase out all honeybadger components. There seems to be one missing component that has not been translated into c# yet, which is the room description value list. Not entirely sure where to find it, there are these ones here: src\Hive.Core\sia380\sia380.json, the last 3 parameter types Sia2024RoomList_Standard, _Existing, _Ideal, but they are referencing to the csv files that contain all construction properties etc.

To Reproduce Steps to reproduce the behavior:

  1. Open Hive_FullTemplate_Parametric.ch
  2. move to the left on the GH canvas, to the Building group. The first parameter input for Parametric Input SIA Room Hive requires a string describing the room according to SIA 2024 naming convention.

Expected behavior We need a list component that contains all room names according to SIA2024 (1.1 Wohnen Mehrfamilienhaus, 1.2 Wohnen Einfamilienhaus, etc.)

Screenshots If applicable, add screenshots to help explain your problem.

image

Software