Difference between revisions of "MGED CMD sv"

From BRL-CAD
(.psy-ab..0.2.193...33i160k1.0.7y0fiNviB9E&safe=active&ssui=on - "Morata plant - Google Search")
m (Reverted edits by User000name (talk) to last revision by Ssd)
 
Line 2: Line 2:
 
[[Category:MGED view manipulation|Sv]]
 
[[Category:MGED view manipulation|Sv]]
 
=sv=
 
=sv=
'''sv''' is an [[MGED]] command.
 
 
__TOC__
 
__TOC__
  

Latest revision as of 16:41, 5 December 2017

sv[edit]

Syntax[edit]

sv x y [z]


Argument(s)[edit]

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

Return Value(s)[edit]

No Return Values for this command.


Description[edit]

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)[edit]

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[edit]

No related commands.

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