Difference between revisions of "MGED CMD plot"

From BRL-CAD
m
m
 
Line 1: Line 1:
 
[[Category:MGED|Plot]]
 
[[Category:MGED|Plot]]
 
[[Category:MGED view manipulation|Plot]]
 
[[Category:MGED view manipulation|Plot]]
 +
[[Category:MGED file operations|Plot]]
 
=plot=
 
=plot=
 
__TOC__
 
__TOC__

Latest revision as of 23:30, 3 January 2010

plot[edit]

Syntax[edit]

plot [-float] [-zclip] [-2d] [-grid] out_file | "|" filter


Argument(s)[edit]

[-float]
Optional. Use real numbers vice integers.
[-zclip]
Optional. Clip plot to viewing cube in Z direction
[-2d]
Optional. Make two dimentional plot.
[-grid]
Optional. Include grid.
out_file | "|" filter
Destination Point for data.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "plot" command creates a UNIX plot of the current MGED display. If an output_file is specified, the plot is stored in that file. If a filter is specified, the output is sent to that filter. The -float option requests a plot file with real numbers rather than integers. The -zclip option requests that the plot be clipped to the viewing cube in the Z-direction. The -2d option requests a two-dimensional plot (the default is 3D). The -grid option is intended to include a grid in the plot, but is currently not implemented. This command does not use the dm-plot display manager. The pl command performs the same function, but does use the dm-plot display manager.


Example(s)[edit]

mged> plot -float | pldebug
Create a UNIX plot of the current MGED display and pipe the results to the pldebug command.


See Also[edit]

pl

Page Generated by David Loman on: 10/11/2007 at: 1:57:39 PM