tidy3d.StructureBoundary

tidy3d.StructureBoundary#

class StructureBoundary[source]#

Bases: AbstractBCPlacement

Placement of boundary conditions on the structure’s boundary.

Parameters:

structure (str) – Name of the structure.

Example

>>> bc_placement = StructureBoundary(structure="box")

Attributes

structure#