tidy3d.Geometry.translated

Contents

tidy3d.Geometry.translated#

class translated#

Bases:

Return a translated copy of this geometry.

Parameters:
  • x (float) – Translation along x.

  • y (float) – Translation along y.

  • z (float) – Translation along z.

Returns:

Translated copy of this geometry.

Return type:

Geometry

Inherited Common Usage