Override of the BoxMixin parameter.
Flags : Cached (Note this is uncached)
Expression : this.diameter
The radius of the cone at the base.
Flags : Cached, Parameter (Note this is uncached)
Expression : 1
The volume of the cone.
Flags : Cached (Note this is uncached)
Expression : (Math.PI/3) * (this.radius**2) * this.height
Override of the BoxMixin parameter.
Flags : Cached (Note this is uncached)
Expression : this.diameter
Cone (d.1.0)
Mixins: BoxMixin, ConeRenderMixin, BaseAssembly
A standard right circular cone. This mixes in BoxMixin so it can be positioned like a Block.