Hi Guys,I've used this forum to get this far and I need your help once again.After splittng Lot into Garden (front and back) and Building, I have Building on random offset and extrude, but I don't know how to make area that is not extruded to building height to extrude and match height of the sidewalk and gardens.Any help is appreciated.Lot -->
setback(rand(4,10)) { street.front : Garden | street.back : Garden | remainder : Building }
Garden -->
color("#00ff00")
extrude(0.1)
attr BlgOffsetMin = -1
attr BlgOffsetMax = -2.5
attr BlgExtrMin = 3
attr BlgExtrMax = 9
Building-->
offset(rand(BlgOffsetMin, BlgOffsetMax), inside)
extrude(world.y, rand(BlgExtrMin, BlgExtrMax))
OffsetLot --> comp(f) { inside: Footprint }
Footprint --> extrude(60)
[ATTACH=CONFIG]34726[/ATTACH]