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 Methods structure# __hash__()# Hash method.