tidy3d.components.geometry.base.Centered

tidy3d.components.geometry.base.Centered#

class Centered[source]#

Bases: Geometry, ABC

Geometry with a well defined center.

Parameters:

center (Tuple[float, float, float] = (0.0, 0.0, 0.0)) – [units = um]. Center of object in x, y, and z.

Attributes

Methods

Inherited Common Usage

center#
__hash__()#

Hash method.