MGED CMD rrt
rrt[edit]
Contents
Syntax[edit]
- rrt program [options]
Argument(s)[edit]
- program
- Remote application to be used.
- Options
- Optional. Program specific.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "rrt" command executes the specified program with the provided options and includes the current database name and the list of currently displayed objects on the command line. This command effectively executes:
program options database_name objects.
The rrt command also provides the current MGED viewing parameters to the program on standard input. Many BRL-CAD programs use the -M option to indicate that viewing parameters will be provided on standard input. The rt command can be simulated with rrt as:
rrt /usr/brlcad/bin/rt -M -s50
provided that perspective is not currently being used. Any executable routine may be run using rrt; however, it will always be run with the provided options followed by the current database name and the list of currently displayed objects.
Example(s)[edit]
- mged> rrt echo
- Will list the current database name and the list of currently displayed objects
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 2:06:24 PM