How to add your knowledge

Block <IvBlock>

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

    Synopsis

    Defines a rectangular parallelepiped.

    IvBlock 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

    IvBlockModifier

    Block

    Parameters

    Name Type Description
    Length number The size of the block in its local Y-axis direction. The default is 1.0.
    Height number The size of the block in its local Z-axis direction. The default is 1.0.
    Width number The size of the block in its local X-axis direction. The default is 1.0.