Well the subject is not perfect created 🙂
Hi everyone, I have something I can't wrap my head around.
The core model is not created from CityEngine, but is an shapefile import from a CAD system, so it's presplit.
So I have all the floors split out before going into CityEngine and I want to create a floor index, the lowest floor index = 0 and then going up.
I can filter it out, so I can print the height from the terrain. so I need 3 meters to be index "0", 6 meters to be "1"
and so on.
Can this be accomplished ?
The screenshot is from a very simple model. Other models also has the floor split in X/Z direction, they are not all equal 3 meters in floor height.
So I need it to be lowest height from ground index 0, next lowest height index 1 and so on.

Thanks.