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

Inherited Common Usage

structures#
classmethod unique_names(val)[source]#

Error if the same structure is provided twice

__hash__()#

Hash method.