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 '...)
(No difference)

Revision as of 09:55, 18 August 2008


viewsize

Syntax

viewsize [size ]


Argument(s)

size
Optional. Float value for setting viewsize

Return Value(s)

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


Description

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)

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


See Also

units
size

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