Scale method
Scales the object about its center by the specified scaling factors.
Syntax
object.Scale(x, y, z, t);
Parameters
- x [in]
-
Type: TYPE
X scaling factor.
- y [in]
-
Type: TYPE
Y scaling factor.
- z [in]
-
Type: TYPE
Z scaling factor.
- t [in]
-
Type: TYPE
T scaling factor.
Return value
This method does not return a value.
Show: