Executes the BRL-CAD rtedge program with the default options of "-s512 -M." If perspective is turned on, then the -p option will be included with the value of the perspective angle. The current database name is added to the end of the rtedge command line along with either the specified objects or, if none is specified, the list of currently displayed objects. The rtedge program is written such that options may be repeated, and the last occurrence of an option will override any earlier occurrences. This allows the user to specify other size (-s) options. The -M option tells rtedge to read the viewing parameters from standard input. See the man1 page on rtedge for details.
The first example shows the use of the rtedge command to run the rtedge program to produce an edge image of the current view. The second example shows the use of the rtedge command to produce an edge image of an object using MGED's current viewing parameters.
Example 1. Run the rtedge program to produce an edge image of the current view in MGED.
mged>
rtedge -s1024
Runs the rtedge program to produce an edge image of the current view in the MGED display. The image will be white lines on a black background and will be 1024 pixels square.
Example 2. Run the rtedge program to produce an edge image with black lines on a white background.
mged>
rt -W
Runs the rtedge program to produce an edge image of the currently drawn objects using MGED's current viewing parameters. The image will have black lines on a white background.
Reports of bugs or problems should be submitted via electronic
mail to <devs@brlcad.org>