Revision: 37505
          http://brlcad.svn.sourceforge.net/brlcad/?rev=37505&view=rev
Author:   bob1961
Date:     2010-01-29 23:03:06 +0000 (Fri, 29 Jan 2010)

Log Message:
-----------
Added a declaration for dbot_dump.

Modified Paths:
--------------
    brlcad/trunk/include/ged.h

Modified: brlcad/trunk/include/ged.h
===================================================================
--- brlcad/trunk/include/ged.h  2010-01-29 23:01:56 UTC (rev 37504)
+++ brlcad/trunk/include/ged.h  2010-01-29 23:03:06 UTC (rev 37505)
@@ -1382,6 +1382,14 @@
 GED_EXPORT BU_EXTERN(int ged_bot_dump, (struct ged *gedp, int argc, const char 
*argv[]));
 
 /**
+ * Dump displayed bots to the specified format.
+ *
+ * Usage:
+ *     dbot_dump [-b] [-m directory] [-o file] [-t dxf|obj|sat|stl] [-u 
units]";
+ */
+GED_EXPORT BU_EXTERN(int ged_dbot_dump, (struct ged *gedp, int argc, const 
char *argv[]));
+
+/**
  * Create new_bot by fusing faces in old_bot
  *
  * Usage:


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

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to