Reply To: U-value and Skin List Label for Composite Walls

Home Forums Problems and solutions in GDL Documentation elements, text handling U-value and Skin List Label for Composite Walls Reply To: U-value and Skin List Label for Composite Walls

#3776
Balázs Fürtön
Participant

Actually it’s not there:

e.g. these lines from above:
! thermal conductivity
thermCond = REQUEST{2} (“Building_Material_info”, _wallSkins[1], “gs_bmat_physical_properties”, thermalConductivity)
_wallSkins[3] = thermalConductivity
text2 dist_thermCond,-i*0.1, STR (“%m”, _wallSkins[3]) + ” W/mK”

but the _wallSkins array is two dimensional, so instead e.g. _wallSkins[3] it should look like _wallSkins[i][3], etc.

! thermal conductivity
thermCond = REQUEST{2} (“Building_Material_info”, _wallSkins[i][1], “gs_bmat_physical_properties”, thermalConductivity)
_wallSkins[i][3] = thermalConductivity
text2 dist_thermCond,-i*0.1, STR (“%m”, _wallSkins[i][3]) + ” W/mK”

I don’t know why it happened. Can I edit an older post, or is it disabled by design?

—–

In the previous post, I asked how to obtain the description or manufacturer: I had a problem with the apostrophes, I didn’t notice, that they were different… The GDL error said ,,missing comma”, but apparently the upper ones count as comma as well.

The physical properties apart from conductivity are still a mistery though.

Balazs Furton

Student of architecture @ Budapest University of Technology and Economics