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

janehu at mcs.anl.gov janehu at mcs.anl.gov
Wed Jan 14 09:48:20 CST 2009


Author: janehu
Date: 2009-01-14 09:48:20 -0600 (Wed, 14 Jan 2009)
New Revision: 2545

Modified:
   cgm/trunk/geom/OCC/OCCModifyEngine.hpp
Log:
Removed unused prototypes,fixed the nightly builder failure.

Modified: cgm/trunk/geom/OCC/OCCModifyEngine.hpp
===================================================================
--- cgm/trunk/geom/OCC/OCCModifyEngine.hpp	2009-01-14 04:25:25 UTC (rev 2544)
+++ cgm/trunk/geom/OCC/OCCModifyEngine.hpp	2009-01-14 15:48:20 UTC (rev 2545)
@@ -262,50 +262,6 @@
     BodySM  *stop_body = NULL ) const;
  
 
-    virtual CubitStatus webcut_with_sweep_surfaces(
-                          DLIList<BodySM*> &blank_bodies,
-                          DLIList<Surface*> &surfaces,
-                          const CubitVector& sweep_vector,
-                          bool sweep_perp, 
-                          bool through_all,
-                          bool outward,
-                          bool up_to_next, 
-                          Surface *stop_surf, 
-                          Curve *curve_to_sweep_along, 
-                          DLIList<BodySM*> &results_list,
-                          CubitBoolean imprint = false);
-
-    virtual CubitStatus webcut_with_sweep_curves(
-                          DLIList<BodySM*> &blank_bodies,
-                          DLIList<Curve*> &curves,
-                          const CubitVector& sweep_vector,
-                          bool through_all, 
-                          Surface *stop_surf, 
-                          Curve *curve_to_sweep_along, 
-                          DLIList<BodySM*> &results_list,
-                          CubitBoolean imprint = false);
-
-    virtual CubitStatus webcut_with_sweep_curves_rotated(
-                          DLIList<BodySM*> &blank_bodies,
-                          DLIList<Curve*> &curves,
-                          const CubitVector &point,
-                          const CubitVector &sweep_axis,
-                          double angle,
-                          Surface *stop_surf, 
-                          DLIList<BodySM*> &results_list,
-                          CubitBoolean imprint = false);
-
-    virtual CubitStatus webcut_with_sweep_surfaces_rotated(
-                            DLIList<BodySM*> &blank_bodies,
-                            DLIList<Surface*> &surfaces,
-                            const CubitVector &point, 
-                            const CubitVector &sweep_axis, 
-                            double angle, 
-                            Surface *stop_surf, 
-                            bool up_to_next, 
-                            DLIList<BodySM*> &results_list,
-                            CubitBoolean imprint = false); 
-
   //HEADER- Webcut-related functions
   virtual CubitStatus webcut(DLIList<BodySM*>& webcut_body_list,
     const CubitVector &v1,
@@ -325,44 +281,6 @@
     DLIList<BodySM*>& results_list,
     bool imprint = false ) const;
   
-  virtual CubitStatus webcut_with_sheet(DLIList<BodySM*> &webcut_body_list,
-    
-    BodySM *sheet_body,
-    DLIList<BodySM*> &new_bodies,
-    bool imprint = false );
-  
-  virtual CubitStatus webcut_with_extended_surf(DLIList<BodySM*> &webcut_body_list,
-    Surface *extend_from,
-    DLIList<BodySM*> &new_bodies,
-    int &num_cut,
-    bool imprint = false );
-  
-  virtual CubitStatus webcut_with_cylinder(DLIList<BodySM*> &webcut_body_list,
-    double radius,
-    const CubitVector &axis,
-    const CubitVector &center,
-    DLIList<BodySM*>& results_list,
-    bool imprint = false );
-  
-  virtual CubitStatus webcut_with_brick( DLIList<BodySM*>& webcut_body_list, 
-    const CubitVector &center,
-    const CubitVector axes[3], 
-    const CubitVector &extension,
-    DLIList<BodySM*> &results_list,
-    bool imprint = false );
-  
-  virtual CubitStatus webcut_with_planar_sheet( DLIList<BodySM*>& webcut_body_list,
-    const CubitVector &center,
-    const CubitVector axes[2],
-    double width, double height,
-    DLIList<BodySM*> &results_list,
-    bool imprint = false );
-  
-  virtual CubitStatus webcut_with_curve_loop(DLIList<BodySM*> &webcut_body_list,
-    DLIList<Curve*> &ref_edge_list,
-    DLIList<BodySM*>& results_list,
-    bool imprint = false );
-  
   virtual CubitStatus section( DLIList<BodySM*> &section_body_list,
     const CubitVector &point_1,
     const CubitVector &point_2,




More information about the cgma-dev mailing list