Skip to content

Commit

Permalink
Create remat.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbaker22 authored Aug 16, 2023
1 parent 01022cb commit f3b04bd
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions doc/docbook/system/mann/remat.xml
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&gt; </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>

0 comments on commit f3b04bd

Please sign in to comment.