The cone Object

The cone object has a circular cross section and tapers to a point. The following statement will display a cone pointing parallel to the x axis; the wide end of the cone has the specified radius:

cone(pos=(5,2,0), axis=(12,0,0), radius=1)

The cone object has attributes pos, x, y, z, axis, length, color, red, green, blue, and up like those for cylinders. As with cylinders, up has a subtle effect on the 3D appearance of a cone. Additional cone attribute:

radius Radius of the wide end of the cone