Hello,
I am stuck somewhere in the script. For example, in each project i have floors on each level. I want to create and fill a parameter for each floor with clear distance below it. I know how to create and fill parameter and listing all but i dont know how can i find this clear distance between each floor as i will be having a list of floors.
What i tried and in my mind:
- Somehow get a point on middle of one floor and project it in other floors in Z direction
- Somehow divide the list of floors into sublists floors 0,1-1,2-2,3 and so on and find distance between them by node Geometry.distanceto
- Get levels of floors and somehow find distance between them
Each one has some limitations in my case too but what do you recommend in this case.