MGED CMD keep
From BRL-CAD
Revision as of 07:19, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =keep= __TOC__ ==Syntax== :keep keep_file <objects> ==Argument(s)== : '''keep_file''' :: File to export <Objects> to. : '''<Objects>''' :: Objects to be ...)
keep
Contents
Syntax
- keep keep_file <objects>
Argument(s)
- keep_file
- File to export <Objects> to.
- <Objects>
- Objects to be exported
Return Value(s)
- No Return Values for this command.
Description
The "keep" command copies the objects specified to the keep_file. If keep_file does not exist, it is created. If keep_file does exist, the objects are appended to it. The keep_file is a BRL-CAD database file. The objects in the list must exist in the current database.
Example(s)
- mged> keep sample.g sample1 sample2
- Create sample.g file with objects sample1 and sample2 in it.
See Also
Page Generated by David Loman on: 10/11/2007 at: 1:14:36 PM