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