Revision: 56423
          http://sourceforge.net/p/brlcad/code/56423
Author:   starseeker
Date:     2013-08-01 17:41:04 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
add an example search for flattenable objects to the comb man page.

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/mann/en/comb.xml

Modified: brlcad/trunk/doc/docbook/system/mann/en/comb.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/mann/en/comb.xml    2013-08-01 17:03:32 UTC 
(rev 56422)
+++ brlcad/trunk/doc/docbook/system/mann/en/comb.xml    2013-08-01 17:41:04 UTC 
(rev 56423)
@@ -88,9 +88,18 @@
             elsewhere in the .g file.  (In essence, the latter behavior 
prevents
             "orphaned" combinations that are no longer used from showing up as 
new
             top level objects in the database.)  This feature will not work on 
any
-            combination containing non-union boolean operations.
-            Conflicts with <option>-w</option> and <option>-l</option>.
+           combination containing non-union boolean operations.  The following
+           <command>search</command> command can be used to find combs
+           that are candidates for flattening:
+           <literallayout>
+                   <computeroutput>
+<prompt>mged&gt;</prompt> <userinput>search -type comb ! -below ( -bool + -or 
-bool - )</userinput>
+                   </computeroutput>
+           </literallayout>
           </para>
+          <para>
+             Conflicts with <option>-w</option> and <option>-l</option>.
+          </para>
         </listitem>
       </varlistentry>
 

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to