tidy3d.components.geometry.base.Centered# class Centered[source]# Bases: Geometry, ABC Geometry with a well defined center. Parameters: center (Attribute: center) – Type Tuple[float, float, float] Default = (0.0, 0.0, 0.0) Units um Description Center of object in x, y, and z. Attributes Methods center# __hash__()# Hash method.