Revision: 56520
          http://sourceforge.net/p/brlcad/code/56520
Author:   brlcad
Date:     2013-08-04 18:57:07 +0000 (Sun, 04 Aug 2013)
Log Message:
-----------
document the SAT header

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:49:52 UTC (rev 56519)
+++ brlcad/trunk/src/libged/bot_dump.c  2013-08-04 18:57:07 UTC (rev 56520)
@@ -661,12 +661,21 @@
                case OTYPE_SAT:
                    curr_line_num = 0;
 
+                   /* SAT header is three lines:
+                    *
+                    * 1: VER num_records num_objects history_boolean
+                    * 2: strlen product_id_str strlen version_str strlen 
date_str
+                    * 3: cnv_to_mm resabs_value resnor_value
+                    *
+                    * When num_records is zero, it looks for an end
+                    * marker.
+                    */
                    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));
 
-                   /* FIXME: this looks like tolerance info, should probably 
output ours */
+                   /* FIXME: this includes abs tolerance info, should probably 
output ours */
                    fprintf(fp, "1 9.9999999999999995e-007 1e-010\n");
 
                    write_bot_sat(bot, fp, dp->d_namep);

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