2022-09-20 09:56 AM
2022-09-20 01:55 PM
Hi Lee
Because at the moment you have probably library object for Tread and Rise. To have Rise and Tread hidden with Core Only, you need to set it as profile. Archicad has the default profile "Stair Tread 300 for Riser Slanted 150", and it is set "finish" by default.
2022-09-20 01:55 PM
Hi Lee
Because at the moment you have probably library object for Tread and Rise. To have Rise and Tread hidden with Core Only, you need to set it as profile. Archicad has the default profile "Stair Tread 300 for Riser Slanted 150", and it is set "finish" by default.
2022-09-20 03:02 PM
Thank you so much ^^
2022-09-20 04:26 PM
When I do as you said, the above happens.
How can I solve this?
2022-09-20 05:16 PM
It seems to be intersectional issue. Maybe you have hide some element with stronger priority.
2022-09-20 06:05 PM - edited 2022-09-20 06:07 PM
This is just a change.
2022-09-21 04:50 AM
I think graphicsoft can solve it with IF statement in gdl enough, but I was wondering why they didn't solve it until now.
why why why ^^
Built-in Tread or Riser
IF GLOB_STRUCTURE_DISPLAY <> 1 THEN
call "basicStairTread_m" parameters all bOverrideStructureSurface = ac_bOverrideStructureSurface,
treadSurface = ac_treadSurface
ENDIF
2022-09-21 05:41 AM
It's a bit strange. Looks like a bug.
2022-09-21 06:04 AM
Are you saying that you shouldn't use the IF statement?
2022-09-21 06:11 AM - edited 2022-09-21 06:15 AM
I meant your screen with the wrong height of the top rise, when you switch on "End with Riser". Looks like a bug.