Cylinder( baseRadius, topRadius, height, slices, stacks )
baseRadius is the radius of the cylinder’s base. Similarly, topRadius is the radius of the top. height is the height of the cylinder.
Slices can be 10 for a reasonably accurate cylindrical shape. Using QuadricNormals(Smooth) helps the appearance.
Stacks sets the number of vertices available for lighting reflections. Use a larger value for Stacks for accurate “hot-spots”.
Disk( innerRadius, outerRadius, slices, loops )
Like Cylinder, slices controls the accuracy of the curve and loops makes more vertices (for lighting accuracy).
Partial Disk( innerRadius, outerRadius, slices, loops, startAngle, sweepAngle )
The Partial Disk command works like Disk, but with a slice of the disk removed. Specify the part of the disk that is showing using startAngle and sweepAngle.
Sphere( radius, slices, stacks )
The slices can be thought of as longitudes and stacks as latitudes. About 10 of each make a nicely drawn sphere.

Help created on 9/19/2017