tidy3d.Geometry.scaled#
- class scaled#
Bases:
Return a scaled copy of this geometry.
- Parameters:
x (float = 1.0) β Scaling factor along x.
y (float = 1.0) β Scaling factor along y.
z (float = 1.0) β Scaling factor along z.
- Returns:
Scaled copy of this geometry.
- Return type:
Geometry
Inherited Common Usage