MGED CMD collaborate
From BRL-CAD
Revision as of 06:27, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =collaborate= :: This is a developer command. __TOC__ ==Syntax== :collaborate [join ''id'' | quit ''id'' | show ] ==Argument(s)== : '''id''' :: Valid id of a collabor...)
collaborate
- This is a developer command.
Contents
Syntax
- collaborate [join id | quit id | show ]
Argument(s)
- 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)
- No Return Values for this command.
Description
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)
- 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
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 12:06:35 PM