[cgma-dev] r2287 - cgm/trunk/test
janehu at mcs.anl.gov
janehu at mcs.anl.gov
Wed Nov 26 10:57:19 CST 2008
Author: janehu
Date: 2008-11-26 10:57:18 -0600 (Wed, 26 Nov 2008)
New Revision: 2287
Modified:
cgm/trunk/test/modify.cpp
Log:
Modified the file according to changes on OCCModifyEngine.cpp.
Modified: cgm/trunk/test/modify.cpp
===================================================================
--- cgm/trunk/test/modify.cpp 2008-11-26 16:56:39 UTC (rev 2286)
+++ cgm/trunk/test/modify.cpp 2008-11-26 16:57:18 UTC (rev 2287)
@@ -778,8 +778,8 @@
new_bodies.clean_out();
stat = gmti->hollow(from_bodies, faces_to_remove, new_bodies, -.2);
//Updated volume(s): 54
- n = new_bodies.get()->num_ref_faces(); //n = 10
- d = new_bodies.get()->measure(); //d = 72.3618
+ n = new_bodies.get()->num_ref_faces(); //n = 9
+ d = new_bodies.get()->measure(); //d = 72.4074
bodies.clean_out();
gti->bodies(bodies); //bodies.size() = 2
More information about the cgma-dev
mailing list