Revision: 78200
          http://sourceforge.net/p/brlcad/code/78200
Author:   starseeker
Date:     2021-02-06 16:13:24 +0000 (Sat, 06 Feb 2021)
Log Message:
-----------
Document the -S option added to libged's gdiff command.

Modified Paths:
--------------
    brlcad/branches/RELEASE/NEWS
    brlcad/branches/RELEASE/doc/docbook/system/mann/gdiff.xml

Modified: brlcad/branches/RELEASE/NEWS
===================================================================
--- brlcad/branches/RELEASE/NEWS        2021-02-06 16:05:00 UTC (rev 78199)
+++ brlcad/branches/RELEASE/NEWS        2021-02-06 16:13:24 UTC (rev 78200)
@@ -14,6 +14,7 @@
 ----------------------------------------------------------------------
 
 * fixed GQA multithreaded plotting file corruption - Cliff Yapp
+* added -S structural diff option to MGED gdiff command - Cliff Yapp
 * added -v verbosity option to MGED tree command - Cliff Yapp
 * added -? option to MGED which command - Cliff Yapp
 * updated Archer to set cwd=HOME when run without args - Cliff Yapp

Modified: brlcad/branches/RELEASE/doc/docbook/system/mann/gdiff.xml
===================================================================
--- brlcad/branches/RELEASE/doc/docbook/system/mann/gdiff.xml   2021-02-06 
16:05:00 UTC (rev 78199)
+++ brlcad/branches/RELEASE/doc/docbook/system/mann/gdiff.xml   2021-02-06 
16:13:24 UTC (rev 78200)
@@ -103,6 +103,18 @@
          </para>
        </listitem>
       </varlistentry>
+      <varlistentry>
+       <term><emphasis remap="B" role="bold">-S</emphasis></term>
+       <listitem>
+         <para>
+           The "S" option enables a completely different difference testing 
mode - rather than using rays
+           to interrogate geometries, it checks tree structures, matrices and 
leaf objects.  It deliberately
+           does <emphasis>not</emphasis> check object names, in order to 
compare the actual volumetric
+           definitions of the trees.  Since there is no ray sampling, this 
option will not currently produce any
+           visual output.
+         </para>
+       </listitem>
+      </varlistentry>
     </variablelist>
 
   </refsection>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to