Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.