LayoutObjInstance3DGeometry#

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

Represents a layout object instance 3D geometry.

Methods

Attributes

LayoutObjInstance3DGeometry.color

int: Color of the geometry.

LayoutObjInstance3DGeometry.id

int: Unique ID of the EDB object.

LayoutObjInstance3DGeometry.is_null

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

LayoutObjInstance3DGeometry.material

str: Material of the geometry.

LayoutObjInstance3DGeometry.msg

Protobuf message that represents this object's ID.

LayoutObjInstance3DGeometry.tesselation_data

list of ansys.edb.core.geometry.Triangle3DData: All triangle 3D data instances.