Skip to content

Cylinder Primitive

Beginner

Uniform Cylinder

// h=height, r1=bottomRadius, r2=topRadius
cylinder(h, r1, r2, center = true/false);

Cone

// h=height, r1=bottomRadius, r2=topRadius
cylinder(h, r1, r2, center = true/false);