We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

Collaboration with other software
About model and data exchange with 3rd party solutions: Revit, Solibri, dRofus, Bluebeam, structural analysis solutions, and IFC, BCF and DXF/DWG-based exchange, etc.

Sunshades in schedules

Ivan Piljek
Participant
Is there a way to get sunshades together with windows in schedules, in 2d symbol and front view?

sunsh.jpg
Ivan Piljek,
5 REPLIES 5
Ivan Piljek
Participant
it look like library 12 works fine, but when I use library 13, 14 and 15 sunshades will not show in schedules.
Ivan Piljek,
Barry Kelly
Moderator
Towards the end of this post you will find the answer.

http://archicad-talk.graphisoft.com/viewtopic.php?t=35941

The shades have been scripted so they won't show in the schedules.
You will need to edit one of the window macros but the problem with that is that because it is a standard Archicad part if you ever update the library you will have to do this all again.
And you can't save the macro with a new name because the windows won't be able to find it.

GS should add a parameter to allow the sunshades in the schedules or not rather than scrioting them as off.

Barry.
One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Ivan Piljek
Participant
Thank you Barry, I did rearrange WallholeFraming as you describe and now I have sunshades and casing in schedules, a friend in need is a friend indeed.

Ivan

Ivan Piljek,
Anonymous
Not applicable
Hi Barry,

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.
! ==============================================================================
! 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

Any of the options I've tried seem to work.
Can you help me?

Thanks!
Barry Kelly
Moderator
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?

The piece of script mentioned in the other post in in the 3D script.
It is the 3D script that will display the elevation and 3D views that you can see in the schedules.


Barry.
One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11