- Mon Feb 07, 2011 1:02 pm
#183878
Is there a way to get sunshades together with windows in schedules, in 2d symbol and front view?
Stay informed. Get help. Share your knowledge.
Moderators: Karl Ottenstein, LaszloNagy, ejrolon, Barry Kelly, Gordana Radonic, nbalogh, mnguyen, gkmethy
! ==============================================================================
! 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
Robert B wrote: ↑Wed Jan 20, 2021 6:10 pm 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?