Salome HOME
test integration for 0019050: EDF 521 GEOM SMESH : Improve selection process in the...
[modules/geom.git] / src / GEOM_I / GEOM_IBooleanOperations_i.hh
index 52e597ed46832bd9d103c4146dcea11869c690b0..7379d00b8d6089f5cd685245c1f21031319d552d 100644 (file)
@@ -50,7 +50,8 @@ class GEOM_I_EXPORT GEOM_IBooleanOperations_i :
                                       const GEOM::ListOfGO&   theRemoveInside,
                                       CORBA::Short            theLimit,
                                       CORBA::Boolean          theRemoveWebs,
-                                      const GEOM::ListOfLong& theMaterials);
+                                      const GEOM::ListOfLong& theMaterials,
+                                      CORBA::Short theKeepNonlimitShapes);
 
   GEOM::GEOM_Object_ptr MakePartitionNonSelfIntersectedShape (const GEOM::ListOfGO&   theShapes,
                                                              const GEOM::ListOfGO&   theTools,
@@ -58,7 +59,8 @@ class GEOM_I_EXPORT GEOM_IBooleanOperations_i :
                                                              const GEOM::ListOfGO&   theRemoveInside,
                                                              CORBA::Short            theLimit,
                                                              CORBA::Boolean          theRemoveWebs,
-                                                             const GEOM::ListOfLong& theMaterials);
+                                                             const GEOM::ListOfLong& theMaterials,
+                                                             CORBA::Short theKeepNonlimitShapes);
 
 
   GEOM::GEOM_Object_ptr MakeHalfPartition (GEOM::GEOM_Object_ptr theShape,