MGED CMD collaborate
From BRL-CAD
collaborate[edit]
- This is a developer command.
Contents
Syntax[edit]
- collaborate [join id | quit id | show ]
Argument(s)[edit]
- id
- Valid id of a collaborative session.
- join
- This causes the GUI associated with id to join the collaborative session.
- quit
- This causes the GUI associated with id to quit the collaborative session.
- show
- This returns the list of participants (ids) in the collaborative session.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
This command is used to maintain the "collaborative session." The collaborative session is a list whose members share a view and view ring among the upper right display manager panes.
Example(s)[edit]
- mged> collaborate join bill
- bill is added to the collaborative session.
- mged> collaborate quit bill
- bill is removed from the collaborative session.
- mged> collaborate show
- Show list of collaborative participants.
See Also[edit]
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 12:06:35 PM