Discussions
Sign In
Home
›
Emrecan
›
Comments
Sign In
·
Register
Activity
Discussions
1
Comments
3
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Emrecan
About
Username
Emrecan
Joined
January 26
Visits
7
Last Active
February 26
Roles
Member
Activity
Discussions
1
Comments
3
Comments
Thanks Matthias,I got it.
in
How to use Python scripts to implement Boolean operations between shapes on the same layer?
Comment by
Emrecan
February 5
Thank you Tomas, I wrote the following code to solve the above problem import klayout.db as db ly = db.Layout() ly.read("contours.gds") top_cell = ly.top_cell() l1 = ly.layer(1, 0) r1 = db.Region(top_cell.begin_shapes_rec(l1)) r2 = r1.…
in
How to use Python scripts to implement Boolean operations between shapes on the same layer?
Comment by
Emrecan
February 1
The picture shows the demonstration of the operation directly in the Klayout software
in
How to use Python scripts to implement Boolean operations between shapes on the same layer?
Comment by
Emrecan
February 1
Powered by Vanilla