LayoutObjInstance2DGeometry#

class ansys.edb.core.layout_instance.layout_obj_instance.LayoutObjInstance2DGeometry(geometry, owning_drawing, placement_lyr)#

Represents a layout object instance 2D geometry.

Methods

LayoutObjInstance2DGeometry.get_polygon_data([...])

Get the underlying polygon data of the geometry.

Attributes

LayoutObjInstance2DGeometry.color

int: Color of the geometry.

LayoutObjInstance2DGeometry.id

int: Unique ID of the EDB object.

LayoutObjInstance2DGeometry.is_negative

bool: Flag indicating if the geometry is negative.

LayoutObjInstance2DGeometry.is_null

bool: Flag indicating if the object exists in the database.

LayoutObjInstance2DGeometry.material

str: Material of the geometry.

LayoutObjInstance2DGeometry.msg

Protobuf message that represents this object's ID.