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: TYPEAmount to subtract from the minimum and add to the maximum along the x-dimension.
y [in]
Type: TYPEAmount to subtract from the minimum and add to the maximum along the y-dimension.
z [in]
Type: TYPEAmount to subtract from the minimum and add to the maximum along the z-dimension.
t [in]
Type: TYPEAmount to subtract from the minimum and add to the maximum along the t-dimension.
Return value
This method does not return a value.