tidy3d.StructureStructureInterface#
- class StructureStructureInterface[source]#
- Bases: - AbstractBCPlacement- Placement of boundary conditions between two structures. - Parameters:
- structures (Tuple[str, str]) β 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.