Structure3D#
- class pyedb.dotnet.database.cell.hierarchy.structure_3d.Structure3D(pedb, core)#
Overview#
Create a new structure 3D object |
“Delete 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:
intThe id of the structure 3D object.
- property Structure3D.name: str#
The name of the structure 3D object.
- Returns:
strThe name 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:
Structure3DThe created structure 3D object.
- Structure3D.delete()#
“Delete the structure 3D object