Wir schätzen Ihren Input! Bitte nehmen Sie an der Umfrage zu Archicad 28 Startbildschirm und Lerninhalte/Schnell-Tutorials teil
am 2011-10-07 06:21 PM
am 2011-10-08 12:48 PM
am 2011-10-08 05:00 PM
am 2011-10-08 06:09 PM
am 2011-10-08 09:59 PM
am 2011-10-08 11:29 PM
! -------------------------------------------------------------------------------
! Get value strings
! -------------------------------------------------------------------------------
widthHeightForm = ""
rrr = request("Window_Door_Dimension", "", whForm)
if rrr then widthHeightForm = whForm
sillHeightForm = ""
rrr = request("Sill_height_dimension", "", sillForm)
if rrr then sillHeightForm = sillForm
if iIDText = VALUE_AUTOMATIC then strIDValue = AC_WIDO_ID ! automatic
if iFireText = VALUE_AUTOMATIC then
fireRating = ""
rrr = request ("ASSOCLP_PARVALUE", "gs_list_firerating",
index_ww, type_ww, flags_ww, dim1_ww, dim2_ww, fRat)
if rrr then fireRating = fRat
strFireValue = fireRating
endif
.... usw. usw.
am 2011-10-08 11:57 PM
sillHeight = AC_SILL_TO_CURR_STORY
else
if iShowSillTo = SILL_TO_WALLBASE then
sillHeight = AC_GLOB_ELEVATION
else ! anchor - default
sillHeight = AC_SILL_TO_ANCHOR_LEVEL
endif
endif
if not(bSillNominal) then
sillHeight = sillHeight - AC_WIDO_OVERSIZE_B - AC_WIDO_SUBFL_THICKNESS
am 2011-10-09 12:40 AM
am 2011-10-09 01:23 AM
am 2011-10-17 11:17 AM
AC_WIDO_SUBFL_THICKNESS