<< >> Up Title 

Cylinder

It is possible to create a cylinder.

 The syntax is:
 

    { cylinder
        high 1;
        radius 0.5;
    }

 
The cylinder axes is the z axes. The default values are 1 for high , 0.5 for radius.
 


<< >> Up Title