Theta

Type:Vector<float>
Range:[v_1, …, v_2]
Default:[0.0, 180.0]
Appearance:simple

Set the polar angle limits of the spherical wedge in degrees. The first or starting angle must be smaller than the second angle. The following code was used to generate the figure:

Sphere {
  Name = "SphericalWedge"
  ...
  Theta = [30 135]
  Phi = 90
}
_images/wedge.png