don't attempt to set structure properties
This commit is contained in:
parent
c4dfd06a42
commit
64fbd08cac
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ def build(patterns: Union[Pattern, List[Pattern]],
|
||||||
structure = gdsii.structure.Structure(name=pat.name.encode('ASCII'))
|
structure = gdsii.structure.Structure(name=pat.name.encode('ASCII'))
|
||||||
lib.append(structure)
|
lib.append(structure)
|
||||||
|
|
||||||
structure.properties = _annotations_to_properties(pat.annotations, 512)
|
# structure.properties = _annotations_to_properties(pat.annotations, 512)
|
||||||
|
|
||||||
structure += _shapes_to_elements(pat.shapes)
|
structure += _shapes_to_elements(pat.shapes)
|
||||||
structure += _labels_to_texts(pat.labels)
|
structure += _labels_to_texts(pat.labels)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue