Continuous numbering of the stairs

hi

I’m trying to create stairs of a ten-floor hight building and I need to separate the stair case for each floor.

but I need the numbering to be Continuous.

there is a way to do that?

Hi, this is not possible right now unfortunately. But we could add a property to the stair object from where you can specify the number on the first step. I take note of this for the future development.

In the meantime you can try this script which counts the stair treads by their elevation. You will need to either use the floating stair type or filter the breps, probably by area, in order to only count the treads and not the risers or stringers.

StairTreadCountByHeight.gh (12.2 KB)

2 Likes

I’ll try it, thanks!