-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Embed LAYERNAME string into a record #171
Comments
Hi, I'm also trying to do the same thing right now and checking the code. I'm very new to OASIS but I became to understand we need to use Lines 1652 to 1663 in facd76e
|
This can be added in a future release. The main issue here would be how to store and interface with this data, since it doesn't map directly to any existing data structures. |
I'm reviewing this DRAFT spec of OASIS format: which makes me think that we could read in all the LAYERNAME record (or is it records) data into a lookup-table, then apply the strings to each corresponding polygon. During OASIS write operation, I think you'd first review all the polygons to again build the lookup-table, then write the LAYERNAME record (or is it records?). |
I have seldom obtained 'fancy' OASIS files from vendor tools, which KLayout and vendor GUIs can load and display the layernames without an associated
layerproperties
(layer, datatype)->string mapping file. It doesn't seem like this is possible from my usage of the API, but I wonder if I'm missing something, or if you have considered the effort (and ROI) to enable this?Thanks! -nmz
The text was updated successfully, but these errors were encountered: