Cylindrical 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.
Cylindrical coordinates have the format distance<angle,distance. An example would be 6<40,4. The 3 parts of the coordinate are as follows:
First distance: […]