Spherical coordinates are a way of specifying coordinates in 3D. Mostly, you use them with the LINE command. They’re good for finding a coordinate that you might use in a solid or surface. (I cover cylindrical coordinates, which are similar, here.)
Spherical coordinates have the format distance<angle<angle. An example would be 6<40<20. The 3 parts […]