LayerMap#
- class pyedb.grpc.database.utility.layer_map.LayerMap(edb_object)#
Overview#
Create a layer map. |
Clear the layer map. |
|
Get the backward mapping for a given layer ID. |
|
Get the forward mapping for a given layer ID. |
|
Set the mapping from one layer ID to another. |
Import detail#
from pyedb.grpc.database.utility.layer_map import LayerMap
Property detail#
Attribute detail#
- LayerMap.core#
Method detail#
- classmethod LayerMap.create(direction: str = 'two_way') LayerMap#
Create a layer map.
- Parameters:
- direction
str,optional Direction of the layer map. Options are “two_way”, “forward”, and “backward”. Default is “two_way”.
- direction
- Returns:
LayerMapLayer map object.
- LayerMap.clear()#
Clear the layer map.