Cylinder
Axis of the cylinder
            
The total height
            
The radius of the cylinder
            
Construct a Solid Cylinder given the bottom and top center point of the Cylinder.
            
public static Cylinder ByRadiusHeight(CoordinateSystem coordinateSystem, double radius = 1, double height = 1)
Construct a Solid Cylinder defined by a parent CoordinateSystem, the radius, and the height of the cylinder
            
            