Hi, I'm trying to do some infill site analysis in CE. I have a current cga set up as detailed below:
version "2024.1"
attr houseWidth = 12 // X direction (width)
attr houseDepth = 11.75 // Z direction (depth)
attr houseHeight = 3 //Y direction (height)
@StartRule
Lot -->
alignScopeToAxes(y)
center(xz)
innerRectangle(houseWidth, houseDepth)
extrude(houseHeight)
I'm having issues at the "innerRectangle" phase. It is throwing an error that I have no idea how to fix.
It doesn't seem to like the comma or the last bracket in that line of code. I'm not the most knowledgeable coder so any help would be appreciated.
Cheers