v5.0
Translate the selected objects down slightly in the given view.
| ViewNudgeDown( [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: 0.0 | ||||||||||||
| Y | Double | Units to nudge selection along the Y-axis (positive values move
the selection up; negative values move it down). Default Value: -1.0 | 
| ' Get the camera from View A CreatePrim "Cone", "MeshSurface" ' Translate object downwards by a small amount in the top view ViewNudgeDown |