Difference between revisions of "MGED CMD export body"

From BRL-CAD
(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...)
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Export body]]
 
+
[[Category:MGED file operations|Export body]]
 
=export_body=
 
=export_body=
 
__TOC__
 
__TOC__

Latest revision as of 23:33, 3 January 2010

export_body[edit]

Syntax[edit]

export_body object_file


Argument(s)[edit]

object_file
Destination file for exported object


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

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)[edit]

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


See Also[edit]

dbbinary

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