set repetition on subpattern
This commit is contained in:
parent
99ded5c113
commit
b98553a770
@ -376,7 +376,8 @@ def _ref_to_subpat(element: Union[gdsii.elements.SRef,
|
|||||||
offset=offset,
|
offset=offset,
|
||||||
rotation=rotation,
|
rotation=rotation,
|
||||||
scale=scale,
|
scale=scale,
|
||||||
mirrored=(mirror_across_x, False))
|
mirrored=(mirror_across_x, False),
|
||||||
|
repetition=repetition)
|
||||||
subpat.identifier = (element.struct_name,)
|
subpat.identifier = (element.struct_name,)
|
||||||
return subpat
|
return subpat
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user