version "2012.1"
attr myFrontDepth = 5
attr myRightWidth = 5
attr myLeftWidth = 5
Lot -->
extrude(20)
comp(f) { top : Roof | all : Null}
Roof -->
Null
RoofTier
RoofTier -->
shapeU(myFrontDepth,myRightWidth,myLeftWidth) { shape : Footprint | remainder: NIL }
Footprint -->
extrude(20)
Roof --> alignScopeToGeometry(yUp, 0) shapeL(..)
Thank you! Just ran into this problem trying to make a typical "five over two" podium building.