Copyright © 2021 by K4.org
  (v.0.48.124)

A standard right circular cone. This mixes in BoxMixin so it can be positioned like a Block.

Index

Rules

diameter

diameter: Number

Alternate input for radius.

Flags : Cached (Note this is uncached)

Expression : this.radius * 2

length

length: Number

Override of the BoxMixin parameter.

Flags : Cached (Note this is uncached)

Expression : this.diameter

radius

radius: Number

The radius of the cone at the base.

Flags : Cached, Parameter (Note this is uncached)

Expression : 1

volume

volume: Number

The volume of the cone.

Flags : Cached (Note this is uncached)

Expression : (Math.PI/3) * (this.radius**2) * this.height

width

width: Number

Override of the BoxMixin parameter.

Flags : Cached (Note this is uncached)

Expression : this.diameter