-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01022cb
commit f3b04bd
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="remat"> | ||
|
||
<refmeta> | ||
<refentrytitle>REMAT</refentrytitle> | ||
<manvolnum>nged</manvolnum> | ||
<refmiscinfo class="source">BRL-CAD</refmiscinfo> | ||
<refmiscinfo class="manual">BRL-CAD User Commands</refmiscinfo> | ||
</refmeta> | ||
|
||
<refnamediv xml:id="name"> | ||
<refname>remat</refname> | ||
<refpurpose>Sets the material for all regions found in the given group. | ||
</refpurpose> | ||
</refnamediv> | ||
|
||
<!-- body begins here --> | ||
<refsynopsisdiv xml:id="synopsis"> | ||
<cmdsynopsis sepchar=" "> | ||
<command>remat</command> | ||
<arg choice="req" rep="norepeat">assembly</arg> | ||
<arg choice="req" rep="norepeat">value</arg> | ||
</cmdsynopsis> | ||
</refsynopsisdiv> | ||
|
||
<refsection xml:id="description"><title>DESCRIPTION</title> | ||
|
||
<para> | ||
The <command>remat</command> 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. | ||
</para> | ||
</refsection> | ||
|
||
<refsection xml:id="examples"><title>EXAMPLES</title> | ||
|
||
<para> | ||
Set the material | ||
</para> | ||
<example><title>Set the material to 5. | ||
</title> | ||
<para><prompt>mged> </prompt><userinput>remat example.c 5</userinput> | ||
</para> | ||
<para>All regions under example.c will have their material code reset to 5. | ||
</para> | ||
</example> | ||
</refsection> | ||
|
||
<refsection xml:id="author"><title>AUTHOR</title> | ||
<para>BRL-CAD Team</para> | ||
</refsection> | ||
|
||
<refsection xml:id="bug_reports"><title>BUG REPORTS</title> | ||
|
||
<para> | ||
Reports of bugs or problems should be submitted via electronic | ||
mail to <email>[email protected]</email> | ||
</para> | ||
</refsection> | ||
</refentry> |