diff --git a/doc/docbook/system/mann/remat.xml b/doc/docbook/system/mann/remat.xml new file mode 100644 index 00000000000..44934141d78 --- /dev/null +++ b/doc/docbook/system/mann/remat.xml @@ -0,0 +1,58 @@ + + + + REMAT + nged + BRL-CAD + BRL-CAD User Commands + + + + remat + Sets the material for all regions found in the given group. + + + + + + + remat + assembly + value + + + + DESCRIPTION + + + The remat sets the material for all regions found under the given assembly to the inputted value. + If a region is given, it will set the material for just that region. + + + + EXAMPLES + + + Set the material + + Set the material to 5. + + mged> remat example.c 5 + + All regions under example.c will have their material code reset to 5. + + + + + AUTHOR + BRL-CAD Team + + + BUG REPORTS + + + Reports of bugs or problems should be submitted via electronic + mail to devs@brlcad.org + + +