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.

Definition

Namespace: GDStoSVG
Assembly: PCBI_GDS2_Import (in PCBI_GDS2_Import.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class Layer
Inheritance
Object    Layer

Constructors

LayerInitializes a new instance of the Layer class

Properties

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.

See Also