v5.0
Translate the selected objects to the left slightly in the given view.
ViewNudgeLeft( [View], [X], [Y] ); |
| Parameter | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| View | Integer | View
Default Value: -1 (current viewport)
|
||||||||||||
| X | Double | Units to nudge selection along the X-axis (positive values move
the selection to the right; negative values move it to the left).
Default Value: -1.0 |
||||||||||||
| Y | Double | Units to nudge selection along the Y-axis (positive values move
the selection up; negative values move it down).
Default Value: 0.0 |
' Get the camera from View A CreatePrim "Cone", "MeshSurface" ' Translate the object leftwards by a small amount in the top view ViewNudgeLeft |