Revision: 56913
          http://sourceforge.net/p/brlcad/code/56913
Author:   starseeker
Date:     2013-08-16 21:44:02 +0000 (Fri, 16 Aug 2013)
Log Message:
-----------
explain the number

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/ON_Brep.cpp

Modified: brlcad/trunk/src/conv/step/ON_Brep.cpp
===================================================================
--- brlcad/trunk/src/conv/step/ON_Brep.cpp      2013-08-16 21:41:36 UTC (rev 
56912)
+++ brlcad/trunk/src/conv/step/ON_Brep.cpp      2013-08-16 21:44:02 UTC (rev 
56913)
@@ -572,6 +572,7 @@
     // TODO - FEDEX_PLUS Bug?  plane_angle_measure is a TypeDescriptor, not a 
SelectTypeDescriptor - the following shouldn't be necessary
     // and doesn't produce a correct result anyway. 
     SelectTypeDescriptor *desc = (SelectTypeDescriptor 
*)config_control_design::t_plane_angle_measure;
+    // 1 degree = 0.01745329252 radians 
     p_ang_meas->value_component_(new SdaiMeasure_value(0.01745329252, desc));
     instance_list->Append((STEPentity *)p_ang_meas, completeSE);
 

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to