[cgma-dev] r1921 - cgm/trunk/geom/OCC
    janehu at mcs.anl.gov 
    janehu at mcs.anl.gov
       
    Tue Jun 24 13:48:53 CDT 2008
    
    
  
Author: janehu
Date: 2008-06-24 13:48:52 -0500 (Tue, 24 Jun 2008)
New Revision: 1921
Modified:
   cgm/trunk/geom/OCC/OCCModifyEngine.cpp
Log:
Didn't find any support files for flip-normal operation for surfaces, preparing working on sweep.
Modified: cgm/trunk/geom/OCC/OCCModifyEngine.cpp
===================================================================
--- cgm/trunk/geom/OCC/OCCModifyEngine.cpp	2008-06-24 18:47:27 UTC (rev 1920)
+++ cgm/trunk/geom/OCC/OCCModifyEngine.cpp	2008-06-24 18:48:52 UTC (rev 1921)
@@ -3674,12 +3674,12 @@
 // Function   : flip_normals
 // Member Type: PUBLIC
 // Description: 
-// Author     : John Fowler
-// Date       : 10/02
+// Author     : Jane Hu
+// Date       : 06/08
 //===============================================================================
 CubitStatus OCCModifyEngine :: flip_normals( DLIList<Surface*>& face_list ) const
 {
-  PRINT_ERROR("Option not supported for mesh based geometry.\n");
+  PRINT_ERROR("Option not supported for OCC based geometry.\n");
   return CUBIT_FAILURE;
 }
 
@@ -3688,8 +3688,8 @@
 // Function   : sweep_translational
 // Member Type: PUBLIC
 // Description: 
-// Author     : John Fowler
-// Date       : 10/02
+// Author     : Jane Hu
+// Date       : 06/08
 //===============================================================================
 CubitStatus OCCModifyEngine:: sweep_translational(
   DLIList<GeometryEntity*>& /*ref_ent_list*/,
    
    
More information about the cgma-dev
mailing list