shape.Sphere
Description
The shape.Sphere lets you create a sphere with metal and
      dielectric material properties centered at the origin. Use this sphere along with the other
      shapes and the geometric operations to create a shape for the custom antenna.
Creation
Description
sph = shape.Sphere
sph = shape.Sphere(PropertyName=Value)PropertyName is the property
            name and Value is the corresponding value. You can specify several
            name-value arguments in any order as PropertyName1=Value1,
              ..., PropertyNameN=ValueN. Properties that you
            do not specify retain their default values.
For example, sph = shape.Sphere(Radius=4) creates a hollow sphere
            with a radius of 4 m and default values for other properties.





