We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For details see this discussion: https://www.klayout.de/forum/discussion/2286/bug-in-klayout-0-28-7-when-doing-cell-by-cell-or-operation-on-shapes-with-user-properties#latest
The code to reproduce the problem is this
the_layout = pya.CellView.active().layout() the_cell = pya.CellView.active().cell l10 = the_layout.layer(10, 0) the_layout.clear_layer(l10) for cell in the_layout.each_cell(): r1 = pya.Region(cell.shapes(the_layout.layer(1, 0) ) ) r2 = pya.Region(cell.shapes(the_layout.layer(2, 0) ) ) cell.shapes(l10).insert(r1 + r2 )
Test data is attached.
discussion_2286.gds.zip
The text was updated successfully, but these errors were encountered:
Fixed issue #1373 (shapes with user properties are skipped from secon…
3e60aab
…d input of flat region's '+' operator)
Merge pull request #1374 from KLayout/issue-1373
f8d253b
klayoutmatthias
Successfully merging a pull request may close this issue.
For details see this discussion: https://www.klayout.de/forum/discussion/2286/bug-in-klayout-0-28-7-when-doing-cell-by-cell-or-operation-on-shapes-with-user-properties#latest
The code to reproduce the problem is this
Test data is attached.
discussion_2286.gds.zip
The text was updated successfully, but these errors were encountered: