We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2008-02-19 06:06 AM - last edited on 2023-05-24 12:02 PM by Rubia Torres
2008-02-19 08:49 AM
2008-02-19 05:10 PM
2008-02-19 08:36 PM
2008-02-19 09:00 PM
IF gs_fpw>0 THEN... ELSE !!LJY: show hotspots at wall opening even if no sidelight(s)! HOTSPOT2 -a/2, 0 HOTSPOT2 -a/2, -gs_frame_thk ENDIF IF gs_epw>0 THEN... ELSE !!LJY: show hotspots at wall opening even if no sidelight(s)! HOTSPOT2 a/2, 0 HOTSPOT2 a/2, -gs_frame_thk ENDIFalso, remark out the following:
! IF gs_ep=1 THEN !!LJY: show hotspots at jamb even if no sidelight(s) HOTSPOT2 linbb, fr_os*(gs_frame_wthk=1)-(gs_glass_thk*(dtlev)+gs_gsb)*((gs_bg_right=1)*(ABS(gs_epw)>eps))*(gs_frame_wthk=0) HOTSPOT2 linbb, -gs_fthk-fr_os*(gs_frame_wthk=1) ! ENDIF
! IF gs_fp=1 THEN !!LJY: show hotspots at jamb even if no sidelight(s) HOTSPOT2 linba, fr_os*(gs_frame_wthk=1)-(gs_glass_thk*(dtlev)+gs_gsb)*((gs_bg_left=1)*(ABS(gs_fpw)>eps))*(gs_frame_wthk=0) HOTSPOT2 linba, -gs_fthk-fr_os*(gs_frame_wthk=1) ! ENDIF
2008-02-19 10:59 PM
2008-02-20 12:24 AM
2008-02-20 12:33 AM
rm wrote:If you haven't already, try setting different materials for the frame and leaf.
/.....I have tried changing as many settings as possible to get the frames to show up, and nothing happens. /..
2008-02-24 10:13 PM
2008-02-25 03:24 AM