tidy3d.Sphere¶
- class tidy3d.Sphere(center, radius, material, name=None)¶
Sphere structure.
- __init__(center, radius, material, name=None)¶
Construct.
- Parameters
center (array_like) – (micron): x, y, z position of the center of the sphere.
radius (float) – (micron) Radius of the sphere.
material (Material) – Material of the structure.
name (str, optional) – Custom name of the structure.
Methods
__init__
(center, radius, material[, name])Construct.