10 Dec
2008
10 Dec
'08
10:08 a.m.
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; }
6490
Age (days ago)
6490
Last active (days ago)
0 comments
1 participants
participants (1)
-
janehu@mcs.anl.gov