How do I create a sphere?

How do I create a sphere?#

Date

Category

2023-12-06 21:43:10

Structures

You can create a sphere using the tidy3d.Sphere object and specifying the center and radius parameters, as below:


box = tidy3d.Box.from_bounds(
  rmin=(-10, -1, -0.1),
  rmax=(10, 1, 0.1),
)