tidy3d.StructureBoundary#
- class StructureBoundary[source]#
Bases:
AbstractBCPlacementPlacement of boundary conditions on the structure’s boundary.
- Parameters:
structure (str) – Name of the structure.
Example
>>> bc_placement = StructureBoundary(structure="box")
Attributes
- structure#