Changing Plot Sizes

This is a simple one but since I’ve only just started it’s best I write it down somewhere. Create as many function map layers as you like, and give them useful names like “Modern Plots” or “Historic Plots”. Then use the follow code in the Layer Attributes section of the Inspector for your new function layer (change the numbers as you see fit):

attr subDivisionRecursive = true
attr lotAreaMin = 200
attr lotAreaMax = 250
attr lotWidthMin = 15
attr irregularity = 0
attr forceStreetAccess = 1

Don’t forget to ensure that the map function layer covers your model, by moving and resizing it!