The distance between ceiling with structure

How can I use the dynamo to show the distance between the top of ceiling with the bottom of the upper-floor structure?


BIG Thanks.

Do you want a annotation in a section or only a distance number in dynamo?

I hope to get a numerical value.
In fact, in the process of MEP coordination, I hope to know how much E&M zone can be left for the pipe and line, so I hope to show all the distance between the top of ceiling with the bottom of the upper-floor structure in the RCP(Reflect ceiling plan)

This file is not a solution but it will hopefully help. This is a method for finding the worst case scenario which may or may not actually occur in the model.

I will see if I can limit it to only cases that actually occur.

distance between beam and ceiling - worst case only.dyn (11.4 KB)

This script finds the real existing worst case scenario for beam ceiling spacing in a model. I have only tested it on a single storey building.

distance between beam and ceiling -REAL worst case #1.dyn (31.8 KB)

A hopefully more robust method for finding the distance between beams and tops of ceilings.

DIST_BETWEEN_CEILING_BEAM #1.dyn (31.1 KB)

This is really a very great job, big thanks!!!!!
I am also discussing how to achieve it with other people.
I hope we can achieve this function together!