We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2011-02-07 01:02 PM
2011-06-30 09:35 AM
2011-06-30 10:11 AM
2011-07-04 11:00 AM
2021-01-20 06:10 PM
! ==============================================================================
! Interactive Schedule and Listing related display options
! ==============================================================================
if GLOB_SCRIPT_TYPE = 2 | GLOB_SCRIPT_TYPE = 3 then
if GLOB_PREVIEW_MODE = 2 then ! IS but not surface
if not(bShowCasingOnLists) then bDrawOutsideTrim = 0
if not(bShowCasingOnLists) then bDrawInsideTrim = 0
if not(bShowSillOnLists) then bDrawSill = 0
if not(bShowBoardOnLists) then bDrawBoard = 0
bDrawThreshold = 0
bDrawShutter = 0
endif
endif
2021-01-25 03:33 AM
Robert wrote:
I'm using Archicad 21 and in WallholeFraming.gsm I can find this line of code in the master script, which is a little bit different from the one the pos you are referring to.
Can you help me?