Layer Class
Stores info about a layer in the GDS file, corresponding to a certain material/process in the chip. E.g. polysilicon for gates.
Namespace: GDStoSVGAssembly: PCBI_GDS2_Import (in PCBI_GDS2_Import.dll) Version: 17.0.0.0 (17.0.0.0)
- Inheritance
- Object Layer
| Layer | Initializes a new instance of the Layer class |
| Colour | The colour to give the layer in the output SVG. |
| ID | The layer ID used in the GDSII file. |
| Name | Name used to label output polygons. Any name valid in SVG is fine, does not matter to GDSII import. |
| Opacity | The opacity to assign the objects in the SVG file. |
| SortOrder | Determines the order in which the layers appear in the SVG output. |