Difference between revisions of "MGED CMD wcodes"

From BRL-CAD
(New page: Category:MGED =wcodes= __TOC__ ==Syntax== :''' wcodes''' ''file'' <''objects''> ==Argument(s)== : '''file''' :: Target filename. :'''objects''' :: One or more valid BRL-CAD obje...)
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Wcodes]]
 
+
[[Category:MGED combination commands|Wcodes]]
 +
[[Category:MGED file operations|Wcodes]]
 
=wcodes=
 
=wcodes=
 
__TOC__
 
__TOC__

Latest revision as of 23:54, 3 January 2010

wcodes[edit]

Syntax[edit]

wcodes file <objects>


Argument(s)[edit]

file
Target filename.
objects
One or more valid BRL-CAD objects.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "wcodes" command writes ident, air code, material code, LOS, and name of all the regions in the list of objects to the specified file. The format used is compatible with the rcodes command.


Example(s)[edit]

mged> wcodes code_file group1 group2
Write region data for all the regions in group1 and group2 to code_file.


See Also[edit]

rcodes



Page Generated by David Loman on: 10/12/2007 at: 7:29:59 AM