Enable repeated shapes in gdsii and oasis
This commit is contained in:
parent
7a0c59c480
commit
e1d890b44e
2 changed files with 74 additions and 49 deletions
|
|
@ -103,6 +103,8 @@ def build(patterns: Union[Pattern, List[Pattern]],
|
|||
if not modify_originals:
|
||||
patterns = [p.deepunlock() for p in copy.deepcopy(patterns)]
|
||||
|
||||
patterns = [p.wrap_repeated_shapes() for p in patterns]
|
||||
|
||||
# Create library
|
||||
lib = gdsii.library.Library(version=600,
|
||||
name=library_name.encode('ASCII'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue