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 the specified values to the minimum and maximum for each dimension.
Syntax
object.Offset(x, y, z, t);
Parameters
x [in]
Type: TYPEValue to add to the x minimum and maximum.
y [in]
Type: TYPEValue to add to the y minimum and maximum.
z [in]
Type: TYPEValue to add to the z minimum and maximum.
t [in]
Type: TYPEValue to add to the t minimum and maximum.
Return value
This method does not return a value.