don't attempt to set structure properties

Jan Petykiewicz 4 years ago
parent f8db1e59c7
commit 0ba3dcb3d8

@ -127,7 +127,7 @@ def build(patterns: Union[Pattern, List[Pattern]],
structure = gdsii.structure.Structure(name=pat.name.encode('ASCII'))
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 += _labels_to_texts(pat.labels)

Loading…
Cancel
Save