MGED CMD collaborate

From BRL-CAD

collaborate

This is a developer command.

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