MGED CMD zoom
From BRL-CAD
Revision as of 09:13, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =zoom= __TOC__ ==Syntax== :''' zoom''' ''scale_factor'' ==Argument(s)== : '''scale_factor''' :: Factor in which to change the zoom. ==Return Value(s)== : No Return...)
zoom
Contents
Syntax
- zoom scale_factor
Argument(s)
- scale_factor
- Factor in which to change the zoom.
Return Value(s)
- No Return Values for this command.
Description
The "zoom" command changes the size of the viewing cube for the mged display, resulting in a "zoom in" or "zoom out" effect. A scale_factor greater than one reduces the size of the viewing cube ("zoom in"). A scale_factor of less than one increases the size of the viewing cube ("zoom out").
Example(s)
- mged> zoom 2
- Reduces the size of the current viewing cube by half (effectively doubling the size of objects in the display).
See Also
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 2:07:50 PM