Home › Forums › Nazca › Get global pin coordinates › Reply To: Get global pin coordinates
22 October 2021 at 20:30
#6614
Ronald
Keymaster
Dear Dominik,
You are correct. Thanks for adding that. The cell_iter() by default will not drill down identical branch signatures more than once. In case you would like to visit all branch copies, e.g. to find all instances, the revisit=True will indeed visit the whole cell_tree. Hence, revisit identical branch signatures, mounted on different parts of the celltree. Another way to visit all instances is to use cell_iter(…, flat=True) or cell_iter(…, hierarchy=’flat’).
Ronald