LayoutObjInstance#
- class ansys.edb.core.layout_instance.layout_obj_instance.LayoutObjInstance(msg)#
 Represents a layout object instance.
Methods
LayoutObjInstance.get_bbox([local])Get the bounding box of the layout object instance.
Get the geometry that exists on a given layer.
Attributes
list[str]: All strings representing the context of the layout object instance.int: Unique ID of the EDB object.bool: Flag indicating if the object exists in the database.LayoutInstanceContext: Context that the layout object instance exists in.Connectable: Definition layout object that the layout object instance is an instance of.
EDBObjMessage: Protobuf message that represents the object's ID.