Example #1
0
 def get_footprint(self):
     L = SignSlot.L
     return RectangularArea([-L / 2, -L / 2], [L / 2, L / 2])
Example #2
0
 def get_footprint(self):
     return RectangularArea([-0.5, -0.5], [0.5, 0.5])