Revision: 56521
http://sourceforge.net/p/brlcad/code/56521
Author: brlcad
Date: 2013-08-04 19:04:22 +0000 (Sun, 04 Aug 2013)
Log Message:
-----------
there's nothing special about the 'produce ID' and many (non-Solidworks)
examples are abound online, so use our name. keep the ACIS version identifier
though since they probably key off of that for the file format.
Modified Paths:
--------------
brlcad/trunk/src/libged/bot_dump.c
Modified: brlcad/trunk/src/libged/bot_dump.c
===================================================================
--- brlcad/trunk/src/libged/bot_dump.c 2013-08-04 18:57:07 UTC (rev 56520)
+++ brlcad/trunk/src/libged/bot_dump.c 2013-08-04 19:04:22 UTC (rev 56521)
@@ -40,6 +40,8 @@
#include "raytrace.h"
#include "wdb.h"
+#include "brlcad_version.h"
+
#include "mater.h"
#include "solid.h"
#include "obj.h"
@@ -673,7 +675,8 @@
fprintf(fp, "400 0 1 0\n");
time(&now);
- fprintf(fp, "37 SolidWorks(2008000)-Sat-Convertor-2.0 16
ACIS 8.0 Unknown %ld %s", strlen(ctime(&now)) - 1, ctime(&now));
+ fprintf(fp, "%ld BRL-CAD(%s)-bot_dump 16 ACIS 8.0 Unknown
%ld %s",
+ (long)strlen(brlcad_version())+18,
brlcad_version(), (long)strlen(ctime(&now)) - 1, ctime(&now));
/* FIXME: this includes abs tolerance info, should probably
output ours */
fprintf(fp, "1 9.9999999999999995e-007 1e-010\n");
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