-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Copy link
Description
Edit by @jmarrec on 2025-06-10 (empty message before):
The ThermochromicGlazing class we have is useless. because it tries to wrap this (emphasis mine)
OS:WindowMaterial:GlazingGroup:Thermochromic,
\memo thermochromic glass at different temperatures
\extensible:2
\min-fields 4
A1, \field Handle
\type handle
\required-field
A2, \field Name
\type alpha
\required-field
\reference MaterialNames
\reference GlazingMaterialNames
N1, \field Optical Data Temperature
\type real
\required-field
+ \begin-extensible
\units C
\ip-units F
A3; \field Window Material Glazing Name
\type object-list
\required-field
\object-list GlazingMaterialNamesSo there are two extensible groups, but the class itself only has a single getter/setter pair for Optional Data Temperature and does not handle extensible groups at all, nor any Window Material Glazing Name
Reactions are currently unavailable