Cone <IvCone>

Synopsis

Defines a right circular cone or right circular conical frustum.

IvCone instances can be positioned using constraints or by positioning their local coordinate system Frame . The behavior is selected by the ignorePosition? parameter, which if true (the default) selects constraint-based positioning.

Mixins

IvConeModifier

Cone

Parameters

Name Type Description
Height number The distance from the base of the cone to the top face, or the apex if the TopRadius is 0. The default is 1.0.
Radius number The radius of the base of the cone. The default is 1.0.
TopRadius number The radius of the top face of the cone. The default is 0.1. If zero, a right circular cone is created. If non-zero, a conical frustum is created.