Expand method

Adds to the object's dimensions about its center by the specified amount.

Syntax

object.Expand(x, y, z, t);

Parameters

  • x [in]
    Type: TYPE

    Amount to subtract from the minimum and add to the maximum along the x-dimension.

  • y [in]
    Type: TYPE

    Amount to subtract from the minimum and add to the maximum along the y-dimension.

  • z [in]
    Type: TYPE

    Amount to subtract from the minimum and add to the maximum along the z-dimension.

  • t [in]
    Type: TYPE

    Amount to subtract from the minimum and add to the maximum along the t-dimension.

Return value

This method does not return a value.