Difference between revisions of "MGED CMD zoom"
From BRL-CAD
(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...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Zoom]] |
=zoom= | =zoom= |
Revision as of 11:16, 15 November 2009
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