cone()
Cone - Draws a cone in 3D space
Example
Syntax
cone([radius], [height], [detailX], [detailY], [cap])
Parameter
Description
radius
radius of the cone
height
height of the cone
cap
a boolean to specify whether or not the cone should be closed with a cap


Description
draws a cone with a specified radius and height. A cap that closes the cone is drawn by default, and can be removed by setting cap = False
Last updated