tidy3dclient.Cylinder¶
-
class
tidy3dclient.Cylinder(center, axis, radius, height, material, name=None)¶ Cylinder structre.
-
__init__(center, axis, radius, height, material, name=None)¶ Construct.
- Parameters
center (array_like) – (micron): x, y, z position of the center of the sphere.
axis (str) –
'x','y', or'z'.radius (float) – (micron) Radius of the cylinder.
height (float) – (micron) Height of the cylinder along its axis.
material (Material) – Material of the structure.
name (str, optional) – Custom name of the structure.
Methods
__init__(center, axis, radius, height, material)Construct.
-