I have imported a gdb created in arcgis which contain building height attributes, they appear as rehl2 down the list of object attributes when I select a footprint. But how do I code this to be the height of the building?
I tried -
attr height = relh2
@StartRule
Lot --> extrude(height)
- but this didn't work, any help would be greatly appreciated
(ive attached a print screen of city engine)