Description
Translates the view vector as specified values and updates the document's rendering pane.
Syntax
Sub RFDrawTools.TranslateView(x As Double, y As Double, z As Double)
The TranslateView syntax has these parts:
| Part | Description |
|---|---|
| x | [IN] Double Required. Translation value along the X axis. |
| y | [IN] Double Required. Translation value along the Y axis. |
| z | [IN] Double Required. Translation value along the Z axis. |
Remarks