Thank you Matthias.
My python version is:
Python 3.13.2
If I run in ubuntu everything is fine.
If I run in Arch, the debugger only works for local variabe at top level of the script.
Could it be the difference is in the debugger ?
Does Klayout con…
Thank you Matthias for the detailed explanation.
I wil change my code and make shure that I add .flatten() when I need to freeze the content of the region.
Thank you again
Best regards
Giovanni
Dear Matthias,
Thank you very much for your prompt response: You are really a great person. Thank you
Btw:
The angle is 78 deg.
I have used your suggestion and added "min_projection" to the code (with this I was able to remove the trian…
Dear Matthias,
I looked at the enhancement you mentioned and I think it is related to it.
To facilitate your work, I have prepared a testcase for you.
Please find here the script and the gds to reproduce the problem.
The script:
https://drive.goo…
Thank you Matthias,
Yes you are right, 1pm is way too small and the database would become unncessarely huge.
I will stick with what I have now :-)
Tchuss
Giovanni
Hi Matthias
Now is not crashing anymore :-)
I found one solution (Must state to which cell the iter is defined):
cell.iter = cell.begin_shapes_rec_overlapping(layer, box)
.......
cell.iter.next()
Thanks
Giovanni