We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-06-09 03:05 PM
I want to know if it is possible because it seems to be expressed like that on the stairs.
I just want to know if it is possible to show the current 2d script in position.
What I want is to be able to express different expressions on the upper and lower floors like the stairs. ^^
2023-06-09 04:44 PM
Yes, you can, with GLOB_CH_STORY_DIST
EPS = 0.00001
if GLOB_CH_STORY_DIST > EPS then
!upper floor script
else
if abs(GLOB_CH_STORY_DIST) < EPS then
!home floor script
else
!down floor script
endif
endif
Structural engineer, developer of free addon for sync GDL param and properties
2023-06-09 06:21 PM
thank you. ^^
I think Aki is really fun.
I think imagination comes first