GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RRT(nged) BRL-CAD User Commands RRT(nged)

rrt - 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.

rrt {program} [options]

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.

The example shows the use of the rrt command to execute the specified program and list the current database name and currently displayed objects.

Example 1. Execute a specified program and list the current database name and currently displayed objects.

mged>rrt echo

Lists the current database name and currently displayed objects.

BRL-CAD Team

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
06/07/2022 BRL-CAD

Search for    or go to Top of page |  Section n |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.