Lot -->
extrude(height)
split(x) {floor_height: floor}*
floor-->
split(y) {apt_width: partition}*
partition-->
split(z) {apt_depth: apt.}*
This is the rule I wrote for dividing a building into apartments. I want to add a boolean type attribute to each apartment. How do I do that? provide CGA rule for same.