A convenience output.
Flags : Cached (Note this is uncached)
Expression : this.radius*2
The primary radius of the cylinder.
Flags : Cached, Parameter (Note this is uncached)
Expression : 1
The radius at the top of the cylinder.
Flags : Cached, Parameter (Note this is uncached)
Expression : this.radius
The volume of the cylinder.
Flags : Cached (Note this is uncached)
Expression : (Math.PI/3) * (this.radius**2 + this.radius*this.topRadius + this.topRadius**2) * this.height
Cylinder (d.1.0)
Mixins: BoxMixin, CylinderRenderMixin, BaseAssembly
A standard right circular cylinder. This mixes in BoxMixin so it can be positioned like a Block. Note that by setting a different topRadius, truncated Cones can be created.