How to add your knowledge

Sphere <IvSphere>

    Table of contents
    1. 1. Synopsis
    2. 2. Mixins
    3. 3. Parameters

    Synopsis

    IvSphere 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

    IvSphereModifier

    Sphere

    Parameters

    Name Type Description
    Radius number The radius of the base of the cone. Defaults to 1.0
    Center point The center of the sphere. The default is the origin of the containing coordinate system. Only applies when ignorePosition? is false.
    startVector vector A vector indicating the local X-axis direction for the sphere. The default is the X-axis of the containing coordinate system. Only applies when ignorePosition? is false.