Geometry

Contents

Geometry#

tidy3d.Box

Rectangular prism.

tidy3d.Sphere

Spherical geometry.

tidy3d.Cylinder

Cylindrical geometry with optional sidewall angle along axis direction.

tidy3d.PolySlab

Polygon extruded with optional sidewall angle along axis direction.

tidy3d.TriangleMesh

Custom surface geometry given by a triangle mesh, as in the STL file format.

tidy3d.GeometryGroup

A collection of Geometry objects that can be called as a single geometry object.

tidy3d.ClipOperation

Class representing the result of a set operation between geometries.

tidy3d.Transformed

Class representing a transformed geometry.

Transformations#

tidy3d.RotationAroundAxis

Rotation of vectors and tensors around a given vector.