Difference between revisions of "MGED CMD sv"

From BRL-CAD
(New page: Category:MGED =sv= __TOC__ ==Syntax== :sv ''x y [z]'' ==Argument(s)== : ''x'' :: X Coordinate. : ''y'' :: Y Coordinate. : ''[z]'' :: Z Coordinate. Optional. Default = 0 (zero)...)
 
m
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Sv]]
 
+
[[Category:MGED view manipulation|Sv]]
 
=sv=
 
=sv=
 
__TOC__
 
__TOC__

Revision as of 22:34, 30 November 2009

sv

Syntax

sv x y [z]


Argument(s)

x
X Coordinate.
y
Y Coordinate.
[z]
Z Coordinate. Optional. Default = 0 (zero).

Return Value(s)

No Return Values for this command.


Description

The "sv" command moves the view center to (x, y, z). If z is not provided, then z=0 is used. The parameters x, y, z are integer values relative to the screen. For example, the center of the screen is (0, 0, 0) and the upper left corner is (-2048, 2047, 0).


Example(s)

mged> sv 0 0 0
The view is unchanged.
mged> sv 1024 0 0
The view center is moved half way between the current view center and the right side of the view screen.

See Also

No related commands.

Page Generated by David Loman on: 10/12/2007 at: 7:24:22 AM