Difference between revisions of "MGED CMD viewsize"

From BRL-CAD
(New page: Category:MGED =viewsize= __TOC__ ==Syntax== :''' viewsize ''' [''size '' ] ==Argument(s)== : '''size ''' :: Optional. Float value for setting viewsize ==Return Value(s)== : When '...)
 
 
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Viewsize]]
 
+
[[category:MGED view manipulation|Viewsize]]
 
=viewsize=
 
=viewsize=
 
__TOC__
 
__TOC__

Latest revision as of 08:39, 20 November 2009

viewsize[edit]

Syntax[edit]

viewsize [size ]


Argument(s)[edit]

size
Optional. Float value for setting viewsize

Return Value(s)[edit]

When size is not supplied with the viewsize command, the current viewsize is returned as a float.


Description[edit]

The "viewsize" command sets the size of the current viewing cube to the specified view_size (in local units). This size is the length of any side of the square mged display. This command is a synonym for the size command.


Example(s)[edit]

mged> viewsize 250
Set the mged display to be 250 units across.


See Also[edit]

units
size

Page Generated by David Loman on: 10/12/2007 at: 7:28:34 AM