Description
Translates the shell along X, Y and Z axis for specified distances.
Syntax
Function RFShell.Translate(x As Double, y As Double, z As Double) As RFErrorCode
The Translate syntax has these parts:
| Part | Description |
|---|---|
| x | [IN] Double Required. X axis translation distance. |
| y | [IN] Double Required. Y axis translation distance. |
| z | [IN] Double Required. Z axis translation distance. |
Remarks
Note