cylinder()
Cylinder - draws a cylinder in 3D space
Last updated
Cylinder - draws a cylinder in 3D space
Last updated
Parameter | Description |
---|---|
radius | radius of the cone |
height | height of the cone |
bottomCap | a boolean to specify whether or not the cylinder's bottom should be closed with a cap |
topCap | a boolean to specify whether or not the cylinder's bottom should be closed with a cap |
draws a cylinder with a specified radius and height. A top or bottom cap that closes the cone is drawn by default, and can be removed by setting topCap
or bottomCap
to False
Find these documents helpful? Let the people who made them help your child learn to code at Strivemath!
We'd love to hear your Feedback/Comments here.