Difference between revisions of "MGED CMD zoom"
From BRL-CAD
m |
|||
Line 1: | Line 1: | ||
[[Category:MGED|Zoom]] | [[Category:MGED|Zoom]] | ||
− | + | [[Category:MGED view manipulation|Zoom]] | |
=zoom= | =zoom= | ||
__TOC__ | __TOC__ |
Revision as of 01:07, 20 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