tidy3dclient.Box¶
-
class
tidy3dclient.Box(center, size, material, name=None)¶ Box structure, i.e. a 3D rectangular block.
-
__init__(center, size, material, name=None)¶ Construct.
- Parameters
center (array_like) – (micron): x, y, and z position of the center of the Box.
size (array_like) – (micron): size in x, y, and z.
material (Material) – Material of the structure.
name (str, optional) – Custom name of the structure.
Methods
__init__(center, size, material[, name])Construct.
-