tidy3dclient.Sphere¶
-
class
tidy3dclient.Sphere(center, radius, material, name=None)¶ Sphere structre.
-
__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.
-