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
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Wcodes]]
  
 
=wcodes=
 
=wcodes=

Revision as of 12:15, 15 November 2009


wcodes

Syntax

wcodes file <objects>


Argument(s)

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


Return Value(s)

No Return Values for this command.


Description

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)

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


See Also

rcodes



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