Revision: 41596
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41596&view=rev
Author:   brlcad
Date:     2010-12-14 14:59:49 +0000 (Tue, 14 Dec 2010)

Log Message:
-----------
clean up the examples

Modified Paths:
--------------
    brlcad/trunk/sh/conversion.sh

Modified: brlcad/trunk/sh/conversion.sh
===================================================================
--- brlcad/trunk/sh/conversion.sh       2010-12-14 14:46:56 UTC (rev 41595)
+++ brlcad/trunk/sh/conversion.sh       2010-12-14 14:59:49 UTC (rev 41596)
@@ -228,11 +228,12 @@
 The OBJECTS option allows you to specify which objects you want to
 convert.  Any of the parameters recognized by the GED 'search' command
 can be used.  See the 'search' manual page for details on all
-available parameters.  For example, to only convert regions:
-OBJECTS="-type regions" ; to only convert top-level objects:
-OBJECTS="-depth=0" ; to convert everything at or below the region
-level: OBJECTS="-below -type regions -or -type regions"
+available parameters.  Examples:
 
+OBJECTS="-type region"  # only convert regions
+OBJECTS="-not -type comb"  # only convert primitives
+OBJECTS="-depth=0"  # only convert top-level objects
+
 The MAXTIME option specifies how many seconds are allowed to elapse
 before the conversion is aborted.  Some conversions can take days or
 months (or infinite in the case of a bug), so this places an upper


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

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to