Offset method
Adds the specified values to the minimum and maximum for each dimension.
Syntax
object.Offset(x, y, z, t);
Parameters
- x [in]
-
Type: TYPE
Value to add to the x minimum and maximum.
- y [in]
-
Type: TYPE
Value to add to the y minimum and maximum.
- z [in]
-
Type: TYPE
Value to add to the z minimum and maximum.
- t [in]
-
Type: TYPE
Value to add to the t minimum and maximum.
Return value
This method does not return a value.
Show: