cecial
Results
1
comments of
cecial
Waiting for the update. ``` cell_a = gdstk.Cell('A') cell_a.add(gdstk.Label('LabelA',(5,5),layer=10,datatype=0) cell_b = gdstk.Cell('B') cell_b.add(gdstk.Label('LabelB',(5,5),layer=10,datatype=0) cell_c = gdstk.Cell('C') cell_c.add(gdstk.Reference(cell_a,(10,10)),gdstk.Reference(cell_b,(20,20))) for ref in cell_c.references : for label in ref.get_labels(layer=10,texttype=0) : print(f'{label.text} posision in...