v5.0
Translate the selected objects to the right slightly in the given view.
ViewNudgeRight( [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 right by a small amount in the top view ViewNudgeRight |