tidy3d.StructureStructureInterface#
- class StructureStructureInterface[source]#
Bases:
AbstractBCPlacement
Placement of boundary conditions between two structures.
- Parameters:
structures (Attribute:
structures
) –Type
Tuple[str, str]
Default
Description
Names of two structures.
Example
>>> bc_placement = StructureStructureInterface(structures=["box", "sphere"])
Attributes
Methods
unique_names
(val)Error if the same structure is provided twice
- structures#
- __hash__()#
Hash method.