MGED CMD rrt

From BRL-CAD
Revision as of 09:30, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =rrt= __TOC__ ==Syntax== :rrt program [options] ==Argument(s)== : '''program''' :: Remote application to be used. : '''Options''' :: Optional. Program specific. =...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


rrt

Syntax

rrt program [options]


Argument(s)

program
Remote application to be used.
Options
Optional. Program specific.


Return Value(s)

No Return Values for this command.


Description

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)

mged> rrt echo
Will list the current database name and the list of currently displayed objects


See Also

rt

Page Generated by David Loman on: 10/11/2007 at: 2:06:24 PM