I want to calculate how many times a rectangle can fit within a polygon shape that I draw, based on rectangle dimensions I specify, as well as spacing.
Ex1
I want to see how many times a 1’x2’ rectangle completely fits within the borders of a polygon I’ve drawn if there is no spacing between the rectangles & they are lined up parallel.
Ex2:
I want to see how many times a 1’x3’ rectangle completely fits within the borders of a polygon I’ve drawn with 75% spacing (8”) between the rectangles with 50% offset (1.5’)
Can anyone point me in the direction of how I might accomplish this?