MGED CMD export body

From BRL-CAD
Revision as of 07:44, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =export_body= __TOC__ ==Syntax== :export_body object_file ==Argument(s)== : '''object_file''' :: Destination file for exported object ==Return Value(s)== : No Retur...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


export_body

Syntax

export_body object_file


Argument(s)

object_file
Destination file for exported object


Return Value(s)

No Return Values for this command.


Description

The "export_body" command is used to copy the contents of the specified binary object into the specified file. Currently, only binary objects containing a uniform array of simple objects is supported.


Example(s)

mged> export_body bin_chars /home/fred/chars
Copy the contents of "bin_chars" into the file "/home/fred/chars"


See Also

dbbinary

Page Generated by David Loman on: 10/11/2007 at: 12:43:18 PM