// check() { getobjectproperty(CeilingCovering.height) }
def Check(): for building in SELECT('building'): for space in building.SELECT('space'): dist = space.SELECT('ceiling height') height = dist.UNIT('m').NUMBER() return height