tidy3d.Geometry.scaled

Contents

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