Add empty minarea function

This commit is contained in:
mrg 2020-01-16 19:27:59 +00:00
parent 262782cba0
commit 306740f0f3
1 changed files with 8 additions and 1 deletions

View File

@ -101,7 +101,14 @@ class pin_layout:
max_y = max(max_y, pin.ur().y)
self.rect = [vector(min_x, min_y), vector(max_x, max_y)]
def fix_minarea(self):
"""
Try to fix minimum area rule.
"""
min_area = drc("{}_minarea".format(self.layer))
pass
def inflate(self, spacing=None):
"""
Inflate the rectangle by the spacing (or other rule)