[cgma-dev] r4485 - cgm/trunk/geom/OCC
jiangtao_ma at yahoo.com
jiangtao_ma at yahoo.com
Fri Feb 4 11:53:07 CST 2011
Author: janehu
Date: 2011-02-04 11:53:07 -0600 (Fri, 04 Feb 2011)
New Revision: 4485
Modified:
cgm/trunk/geom/OCC/OCCQueryEngine.cpp
Log:
Updated the single surface shell indicator for later use. Is going to update it in merge_cubit12 branch too. Passed all tests in CGM/test and testgeom_occ in CGM/itaps.
Modified: cgm/trunk/geom/OCC/OCCQueryEngine.cpp
===================================================================
--- cgm/trunk/geom/OCC/OCCQueryEngine.cpp 2011-02-04 17:06:09 UTC (rev 4484)
+++ cgm/trunk/geom/OCC/OCCQueryEngine.cpp 2011-02-04 17:53:07 UTC (rev 4485)
@@ -1876,6 +1876,7 @@
if(!face)
continue;
occ_surface = CAST_TO(face, OCCSurface);
+ shell->set_sheet_surface(occ_surface);
}
}
CubitBoolean exist = CUBIT_FALSE;
More information about the cgma-dev
mailing list