Difference between revisions of "MGED CMD keep"
From BRL-CAD
(New page: Category:MGED =keep= __TOC__ ==Syntax== :keep keep_file <objects> ==Argument(s)== : '''keep_file''' :: File to export <Objects> to. : '''<Objects>''' :: Objects to be ...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Keep]] |
=keep= | =keep= |
Revision as of 11:00, 15 November 2009
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