Object properties with the layer

edited February 2012 in KLayout Development
When we select an objet, we can change its coordinates.
But, it would be nice to have also its layer and be able to change it.

Thanks, Rgds,
Okguy

Comments

  • edited November -1

    Hi,

    The layer is not a property of the object but rather a place it lives in. But moving an object to another layer is possible also.

    Just select the objects that you want to move to another layer, select the target layer from the layer list and use "Edit->Selection->Change Layer" to move the objects to the other layer.

    Best regards,

    Matthias

  • edited November -1
    Matthias,

    When selecting an object in a GDS layout , it is nice to know the cell it belongs to, but the layer states is only its GDS number;
    it would be nice to know the layer name, with a small icon of the layer (to confirm)
  • edited November -1

    Hi,

    I guess with "layer name" you refer to the text shown in the layer list, which is basically just an alias. Currently, the shape does not know about this layer name. That is because the shape is part of the database and inside the database the layer is known by GDS layer and datatype only. The text shown in the layer list is a property of the layout view, not of the database.

    It is possible however to assign layer names (usually referred to as OASIS layer names) to database layers. If you work with OASIS, those names can be stored inside the OASIS file. For GDS you need a layer mapping file. You can specify layer mapping in the reader options. With a layer mapping, the database layers can be given names as well and that name is shown in the shape properties.

    Matthias

Sign In or Register to comment.