The Cylinder Node

The Cylinder node draws a cylinder with a height of 30 units and a radius of 15 units; the location of the center of the cylinder is (45, 30, 0) as specified by the Translation node. Note that we draw ALL parts of the cylinder; valid parameters here are also TOP, BOTTOM, and SIDES.

.....  Cylinder { 
        parts ALL 
        radius 15 
        height 30 
       } #Cylinder
} #Separator 

+ Cylinder


Next Table of contents