The diameter of the sphere.
Flags : Cached (Note this is uncached)
Expression : 2*this.radius
Number of facets per 360 degrees
Flags : Cached, Parameter (Note this is uncached)
Expression : 32
Override of the BoxMixin parameter.
Flags : Cached (Note this is uncached)
Expression : this.diameter
Override of the BoxMixin parameter.
Flags : Cached (Note this is uncached)
Expression : this.diameter
The radius of the sphere.
Flags : Cached, Parameter (Note this is uncached)
Expression : 1
The volume of the sphere.
Flags : Cached (Note this is uncached)
Expression : 4/3 * Math.PI * Math.pow(this.radius,3)
Override of the BoxMixin parameter.
Flags : Cached (Note this is uncached)
Expression : this.diameter
Sphere (d.1.0)
Mixins: BoxMixin, SphereRenderMixin, BaseAssembly
A simple sphere. Note that it inherits BoxMixin, and so can be positioned with box constraints.