am 2015-06-30 09:44 AM
am 2015-06-30 10:45 AM
am 2015-06-30 11:19 AM
!Etikett zur Anzeige von Listenparametern bei Fenstern
re_fire=REQUEST("ASSOCLP_PARVALUE", "gs_list_firerating", nameind_fr, type_fr, flag_fr, dim1_fr, dim2_fr, val_fr)
re_acou=REQUEST ("ASSOCLP_PARVALUE", "gs_list_acousticrating", nameind_ar, type_ar, flag_ar, dim1_ar, dim2_ar, val_ar)
define style "testStyle" AC_TextFont_1, AC_TextSize_1, 7, 0
style testStyle
text2 0,1,"Schallschutzklasse" : text2 2.5,1, val_ar
text2 0,0.5,"Feuerfestigkeit" : text2 2.5,0.5, val_fr
end
! Etikett für Stb-Decken
re_fire=REQUEST("ASSOCLP_PARVALUE", "gs_fill_type", nameind_fr, type_fr, flag_fr, dim1_fr, dim2_fr, val_fr)
re_acou=REQUEST ("ASSOCLP_PARVALUE", "B", nameind_ar, type_ar, flag_ar, dim1_ar, dim2_ar, val_ar)
define style "testStyle" AC_TextFont_1, AC_TextSize_1, 7, 0
style testStyle
text2 0,1,"Bauteilschraffur" : text2 2.5,1, val_ar
text2 0,0.5,"Maß 2" : text2 2.5,0.5, val_fr
end
am 2015-06-30 12:10 PM
! Etikett für Stb-Decken
stellen=2 ! Anz. Nachkommastellen
area = str("%^."+str(stellen,1,0),SLAB_BOT_SURF)
sts=REQUEST ("NAME_OF_FILL", SLAB_FILL, schraffurname)
define style "testStyle" AC_TextFont_1, AC_TextSize_1, 7, 0
style testStyle
text2 0,1,"Bauteilschraffur" : text2 2.5,1, schraffurname
text2 0,0.5,"Maß 2" : text2 2.5,0.5, area
end
am 2015-06-30 12:15 PM
am 2015-07-01 10:27 AM
am 2015-07-02 11:58 AM
am 2015-07-02 01:19 PM
am 2015-07-02 01:43 PM
am 2016-12-16 01:49 PM