2021-04-30 11:07 AM - last edited on 2021-09-14 09:16 AM by Noemi Balogh
n = REQUEST ("Name_of_building_material", index, name) text2 0,0, name
2021-04-30 11:33 AM
n = REQUEST ("Name_of_building_material", 100, name) text2 0,0, nameBarry.
2021-05-01 01:08 AM
2021-05-01 09:08 AM
n = REQUEST ("ASSOCLP_PARVALUE", expr, name_or_index, type, flags, dim1, dim2, p_values)
2021-05-02 03:04 AM
BMAT_information = "" !5 -WALL IF GLOB_ELEM_TYPE = 5 THEN IF WALL_SKINS_NUMBER = 0 THEN BMAT_information = WALL_BMAT_NAME ELSE BMAT_information = WALL_SKINS_BMAT_NAMES[1][1] ENDIF ENDIF !6 -COLUMN IF GLOB_ELEM_TYPE = 6 THEN BMAT_information = COLU_VENEER_BMAT_NAME ENDIF !7 -SLUB IF GLOB_ELEM_TYPE = 7 THEN IF SLAB_SKINS_NUMBER = 0 THEN BMAT_information = SLAB_BMAT_NAME ELSE BMAT_information = SLAB_SKINS_BMAT_NAMES[1][1] ENDIF ENDIF !8 -ROOF IF GLOB_ELEM_TYPE = 8 THEN BMAT_information = ROOF_BMAT_NAME ENDIF !12 -BEAM IF GLOB_ELEM_TYPE = 12 THEN BMAT_information = BEAM_BMAT_NAME ENDIF TEXT2 0,0,BMAT_information
2021-05-02 12:39 PM
!1 -OBJECT IF GLOB_ELEM_TYPE = 1 THEN n = REQUEST ("ASSOCLP_PARVALUE", expr, name_or_index, type, flags, dim1, dim2, p_values) IF n AND type = 16 THEN BMAT_Information = p_values ENDIF
2021-07-25 08:45 AM
2021-07-29 10:54 AM
furtonb wrote:REQUEST "Component_Properties_Of_Parent"?
Somewhat related: is there a way to request user-made property values of a building material?
E.g. I define the vapour resistance of a material, which is not part of the "normal" building physics properties...
2021-08-14 11:44 PM
2021-08-18 11:12 PM