Structure3D#

class pyedb.dotnet.database.cell.hierarchy.structure_3d.Structure3D(pedb, core)#

Overview#

create

Create a new structure 3D object

delete

“Delete the structure 3D object

id

The id of the structure 3D object

location

The location of the structure 3D object.

name

The name of the structure 3D object.

material

The material name of the structure 3D object.

net

The net of the structure 3D object.

Import detail#

from pyedb.dotnet.database.cell.hierarchy.structure_3d import Structure3D

Property detail#

property Structure3D.id: int#

The id of the structure 3D object

Returns:
int

The id of the structure 3D object.

property Structure3D.location: tuple[float, float]#

The location of the structure 3D object.

Returns:
tuple[float, float]

The location of the structure 3D object.

property Structure3D.name: str#

The name of the structure 3D object.

Returns:
str

The name of the structure 3D object.

property Structure3D.material: str#

The material name of the structure 3D object.

Returns:
str

The material name of the structure 3D object.

property Structure3D.net: str#

The net of the structure 3D object.

Returns:
str

The net of the structure 3D object.

Attribute detail#

Structure3D.core#

Method detail#

classmethod Structure3D.create(edb, name: str) Structure3D#

Create a new structure 3D object

Returns:
Structure3D

The created structure 3D object.

Structure3D.delete()#

“Delete the structure 3D object