-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Write simulation plane to gds cell #883
Comments
@lucas-flexcompute this is probably low priority but assigning you to try at some point if you think it's potentially useful. We had a user trying to generate a gds file from a cross section of their Simulation and was trying to do it by hand. In general, if there was some interface to make gds cells more simply from the Simulation itself, it might be useful. |
Two situations need to be considered:
|
Also, I thought we had a demo of 2 in our level set notebook but it seems not. |
I was on the planning phase for this and I just wanted to share my thoughts to make sure I'm going in the right direction with the UI. I'm thinking of 3 interface functions:
For the geometry, it seems quite straightforward to just use |
This sounds good to me, so as an edge case, how do we treat geometry group / clip operations? as a single layer? |
Groups and clip operations also implement |
Implemented in #1194 |
eg wrapping
filter_structures_plane
, the following would be convenientThe text was updated successfully, but these errors were encountered: