[cgma-dev] r2476 - cgm/trunk/geom/OCC

janehu at mcs.anl.gov janehu at mcs.anl.gov
Wed Dec 10 10:08:53 CST 2008


Author: janehu
Date: 2008-12-10 10:08:52 -0600 (Wed, 10 Dec 2008)
New Revision: 2476

Modified:
   cgm/trunk/geom/OCC/OCCDrawTool.cpp
Log:
Same change for drawing curves, do not need to delete the curve after draw.

Modified: cgm/trunk/geom/OCC/OCCDrawTool.cpp
===================================================================
--- cgm/trunk/geom/OCC/OCCDrawTool.cpp	2008-12-10 16:07:06 UTC (rev 2475)
+++ cgm/trunk/geom/OCC/OCCDrawTool.cpp	2008-12-10 16:08:52 UTC (rev 2476)
@@ -129,7 +129,6 @@
 
   CubitStatus stat;
   stat = draw_curve(curve_ptr, color, flush);
-  OQE->delete_solid_model_entities( curve_ptr );
 
   return stat;
 }




More information about the cgma-dev mailing list