]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Delete boolean parameter of UpdateObjBrowser method
authormpa <mpa@opencascade.com>
Thu, 3 Nov 2016 12:37:32 +0000 (15:37 +0300)
committermpa <mpa@opencascade.com>
Thu, 3 Nov 2016 12:37:32 +0000 (15:37 +0300)
33 files changed:
doc/salome/examples/GEOM_box.py
doc/salome/examples/arranging_study_objects.py
doc/salome/examples/blocks_operations_ex03.py
doc/salome/examples/repairing_operations_ex08.py
doc/salome/examples/repairing_operations_ex10.py
doc/salome/examples/repairing_operations_ex11.py
doc/salome/examples/repairing_operations_ex12.py
doc/salome/examples/working_with_groups_ex01.py
doc/salome/examples/working_with_groups_ex02.py
doc/salome/examples/working_with_groups_ex03.py
doc/salome/examples/working_with_groups_ex04.py
doc/salome/examples/working_with_groups_ex05.py
doc/salome/examples/working_with_groups_ex06.py
src/BREPPlugin/BREPPlugin_GUI.cxx
src/GEOMBase/GEOMBase_Helper.cxx
src/GEOMImpl/GEOMImpl_Gen.cxx
src/GEOM_PY/geomtools.py
src/GEOM_PY/structelem/__init__.py
src/GEOM_SWIG/GEOM_Nut.py
src/GEOM_SWIG/GEOM_ObjectInfo.py
src/GEOM_SWIG/GEOM_blocks.py
src/GEOM_SWIG/GEOM_cyl2complementary.py
src/GEOM_SWIG/GEOM_shellSolid.py
src/GEOM_SWIG/GEOM_tube_geom.py
src/GEOM_SWIG/PAL_MESH_019_020_geometry.py
src/GEOM_SWIG/PAL_MESH_028_geometry.py
src/GEOM_SWIG/PAL_MESH_030_geometry.py
src/GEOM_SWIG/PAL_MESH_033_geometry.py
src/GEOM_SWIG/geomBuilder.py
src/GEOM_SWIG/gsketcher.py
src/IGESPlugin/IGESPlugin_GUI.cxx
src/STEPPlugin/STEPPlugin_GUI.cxx
src/STLPlugin/STLPlugin_GUI.cxx

index 7469790b3a7498b37934b73e18e3d581d1340e74..08815753a721a91c93ac2fff7f1d9d6dc738bcba 100644 (file)
@@ -13,4 +13,4 @@ geompy.addToStudy( Box_1, 'Box_1' )
 
 # --- update the study object browser
 if salome.sg.hasDesktop():
-  salome.sg.updateObjBrowser(True)
+  salome.sg.updateObjBrowser()
index 149cff480e57dfa7a094ec64b3d73afc38b17ba7..e31a77a42f4c3e4c47d041a203bdec41bb60a7f8 100644 (file)
@@ -22,4 +22,4 @@ geompy.PutListToFolder([Box_1, Cylinder_1], Primitives)
 
 
 if salome.sg.hasDesktop():
-  salome.sg.updateObjBrowser(True)
+  salome.sg.updateObjBrowser()
index 384c4e1aeb26fe2b5b5d3304af3d6bcb1e65c930..48c4192c5d745282ba937fb48b8ab5d97ec7e8f4 100644 (file)
@@ -20,4 +20,4 @@ for chain in listChains:
     ii = ii + 1
     pass
 
-salome.sg.updateObjBrowser(True
+salome.sg.updateObjBrowser() 
index 5266bc3a672be55668be6a8410257d95b05bc422..d76f55cefc3cb1f2192501254ab58bccf5336f51 100644 (file)
@@ -30,4 +30,4 @@ geompy.addToStudy(glue1, "Glue all edges")
 geompy.addToStudy(glue2, "Glue two edges")
 
 if salome.sg.hasDesktop():
-  salome.sg.updateObjBrowser(True)
+  salome.sg.updateObjBrowser()
index bf823db92066611446114f27f3de6a60c1f2f197..333af162f3f8f112cf10346a17c1faaf095faad6 100644 (file)
@@ -40,4 +40,4 @@ edge = geompy.GetEdgeNearPoint( box, p1, theName="edge to split")
 div  = geompy.DivideEdgeByPoint( box, edge, [p1, p2], theName="box (edge divided)")
 
 
-salome.sg.updateObjBrowser(True
+salome.sg.updateObjBrowser() 
index c243e5118dea4b1e169078fc59cce9217bec94e8..68a2d377b2bf2074e891b686afece4773eeae6fb 100644 (file)
@@ -49,4 +49,4 @@ for wire in wires:
     ii = ii + 1
     pass
 
-salome.sg.updateObjBrowser(True
+salome.sg.updateObjBrowser() 
index 4075e1bc17575c05798dca7e7a0408383e42ae60..e9ff7fe996f763c37e85c195baf4c26296054085 100644 (file)
@@ -23,4 +23,4 @@ geompy.addToStudy(Partition_1, 'Partition_1')
 Joined_1 = geompy.RemoveInternalFaces(Partition_1)
 geompy.addToStudy(Joined_1, 'Joined_1')
 
-salome.sg.updateObjBrowser(True
+salome.sg.updateObjBrowser() 
index 4133965f455bb39e1183b8eb3f925b3dfb7c0954..c159a3d5fc8ea09c16ec5d5b60e25fe7c1f8f1e2 100644 (file)
@@ -37,4 +37,4 @@ id_group1 = geompy.addToStudy(group, "Group1")
 
 # display the contents of the group
 gg.createAndDisplayGO(id_group1)
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()
index 773043b88c7f8e1f43a881757d630c07bd4f52f5..c52b22cb2a2b340ec4bfd93f8ba681af3fe931eb 100644 (file)
@@ -26,4 +26,4 @@ id_group1 = geompy.addToStudy(group, "Group1")
 
 # display the contents of the group
 gg.createAndDisplayGO(id_group1)
-salome.sg.updateObjBrowser(True
+salome.sg.updateObjBrowser() 
index a9637afc7f883224b0069240837216de64681bcd..86318d15ff8820b4ff4487bddb130dab2a247577 100644 (file)
@@ -33,4 +33,4 @@ id_group1 = geompy.addToStudy(group, "Group1")
 
 # display the contents of the group
 gg.createAndDisplayGO(id_group1)
-salome.sg.updateObjBrowser(True
+salome.sg.updateObjBrowser() 
index f48fef7259b6fd92bff72496b4bd940076eec3ed..3cabc6f4c2cab19a55d13659689899e4152bfea0 100644 (file)
@@ -29,4 +29,4 @@ geompy.addToStudyInFather(Box_1, Group_3, 'Group_3')
 geompy.addToStudyInFather(Box_1, Group_4, 'Group_4')
 geompy.addToStudyInFather(Box_1, Group_U_1_2, 'Group_U_1_2')
 geompy.addToStudyInFather(Box_1, Group_UL_3_4, 'Group_UL_3_4')
-salome.sg.updateObjBrowser(True
+salome.sg.updateObjBrowser() 
index 551f8475528fb6e3350f0c3e872ed80341677a6a..474655333fac3adcb5e7a45e786b775b53d02bea 100644 (file)
@@ -29,4 +29,4 @@ geompy.addToStudyInFather(Box_1, Group_3, 'Group_3')
 geompy.addToStudyInFather(Box_1, Group_4, 'Group_4')
 geompy.addToStudyInFather(Box_1, Group_I_1_3, 'Group_I_1_3')
 geompy.addToStudyInFather(Box_1, Group_IL_1_3, 'Group_IL_1_3')
-salome.sg.updateObjBrowser(True
+salome.sg.updateObjBrowser() 
index 155c4a115633c6827e8af68aa7f1d4e8ba39e615..82de295528a49db870c58abf9d97c138a793f5ee 100644 (file)
@@ -29,4 +29,4 @@ geompy.addToStudyInFather(Box_1, Group_3, 'Group_3')
 geompy.addToStudyInFather(Box_1, Group_4, 'Group_4')
 geompy.addToStudyInFather(Box_1, Group_C_2_4, 'Group_C_2_4')
 geompy.addToStudyInFather(Box_1, Group_CL_2_4, 'Group_CL_2_4')
-salome.sg.updateObjBrowser(True
+salome.sg.updateObjBrowser() 
index 3d28b8177fe2c7f71f2318a18b5a6d53c7b48472..bb1a0699f9763e4fbeae22190cc2d4545d0d656a 100644 (file)
@@ -157,7 +157,7 @@ bool BREPPlugin_GUI::importBREP( SUIT_Desktop* parent )
         transaction.abort();
       }
     }
-    getGeometryGUI()->updateObjBrowser( true );
+    getGeometryGUI()->updateObjBrowser();
     app->browseObjects( entryList );
     
     if ( errors.count() > 0 )
index 145b6b8e516f8301ddaaf9ef07dda21270e78167..1e12938354ea99e7e4c35b5486326623c9a605fd 100755 (executable)
@@ -640,7 +640,7 @@ void GEOMBase_Helper::updateObjBrowser() const
     CAM_Module* module = app->module( "Geometry" );
     SalomeApp_Module* appMod = dynamic_cast<SalomeApp_Module*>( module );
     if ( appMod ) {
-      appMod->updateObjBrowser( true );
+      appMod->updateObjBrowser();
     }
   }
 }
index 64aed53d27f817850121847b560dde33adff7b22..eb91f194ef519a1502a2facd6587e5a08acc4499 100644 (file)
@@ -169,6 +169,20 @@ GEOMImpl_Gen::GEOMImpl_Gen()
    /*@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@*/
 
    SetEngine(this);
+
+   _BasicOperations = new GEOMImpl_IBasicOperations( this );
+   _TransformOperations = new GEOMImpl_ITransformOperations( this );
+   _3DPrimOperations = new GEOMImpl_I3DPrimOperations( this );
+   _ShapesOperations = new GEOMImpl_IShapesOperations( this );
+   _BlocksOperations = new GEOMImpl_IBlocksOperations( this );
+   _BooleanOperations = new GEOMImpl_IBooleanOperations( this );
+   _HealingOperations = new GEOMImpl_IHealingOperations( this );
+   _CurvesOperations = new GEOMImpl_ICurvesOperations( this );
+   _LocalOperations = new GEOMImpl_ILocalOperations( this );
+   _InsertOperations = new GEOMImpl_IInsertOperations( this );
+   _MeasureOperations = new GEOMImpl_IMeasureOperations( this );
+   _GroupOperations = new GEOMImpl_IGroupOperations( this );
+   _FieldOperations = new GEOMImpl_IFieldOperations( this );
 }
 
 //=============================================================================
index ca263159f5e09bd99bca97e065e135607d5cd437..e7a35320d756555b6c50a16cac48502895a55f78 100644 (file)
@@ -323,7 +323,7 @@ def TEST_createBox():
     box = geompy.MakeBoxDXDYDZ(200, 200, 200)
     geompy.addToStudy( box, 'box' )    
     if salome.sg.hasDesktop():
-        salome.sg.updateObjBrowser(True)
+        salome.sg.updateObjBrowser()
 
 
 def TEST_getGeomObjectSelected():
index 050636b78c67bd5c27a703a7de484a643d5418b2..6b985d7aed387bdc42ebf8cacb08f0cfa7199ff3 100644 (file)
@@ -50,7 +50,7 @@
 #  structElemManager = StructuralElementManager()
 #  elem = structElemManager.createElement(commandList)
 #  elem.display()
-#  salome.sg.updateObjBrowser(True)
+#  salome.sg.updateObjBrowser()
 #  \endcode
 #
 #  \defgroup orientation
@@ -90,7 +90,7 @@ Example::
     structElemManager = StructuralElementManager()
     elem = structElemManager.createElement(commandList)
     elem.display()
-    salome.sg.updateObjBrowser(True)
+    salome.sg.updateObjBrowser()
 
 """
 
@@ -560,7 +560,7 @@ def TEST_StructuralElement():
     elem = structElemManager.createElement(liste_commandes)
     if salome.hasDesktop():
         elem.display()
-        salome.sg.updateObjBrowser(True)
+        salome.sg.updateObjBrowser()
 
 
 # Main function only used to test the module
index 23343c3f73a11905fd5fcdf9bf3d43bc3466eb12..0e966957d05260cdd46e985112348499a35b8b12 100755 (executable)
@@ -91,5 +91,5 @@ geompy.addToStudy(theShapeForCut, "slot.brep_1")
 Cut_1 = geompy.MakeBoolean(Chamfer_2, theShapeForCut, 2)
 geompy.addToStudy(Cut_1, "Cut_1")
 
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()
 
index d3b3d63c5f03be2674e2293dd9ec2e9b1b9cbc4d..d6f8f6b8d87eb1e9070a9fe57fec8ea5f0e010d1 100644 (file)
@@ -55,4 +55,4 @@ if hasInfo == True:
     print "Information about fourth object: ", geompy.getObjectInfo(obj4_entry)
     print "Information about fifth  object: ", geompy.getObjectInfo(obj5_entry)
 
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()
index c33b2c446731fd60b0f7c8725f6bd2b4f71abf5a..74345a4907c9eeea95eff6b1bac6ea779b4eac62 100644 (file)
@@ -42,4 +42,4 @@ smesh = None
 
 GEOM_Spanner.MakeSpanner(geompy, math, isBlocksTest, isMeshTest, smesh)
 
-salome.sg.updateObjBrowser(True);
+salome.sg.updateObjBrowser();
index 8f2fd6f84ad853d26aaef73ae8edb1009edc5f0f..14addc8f9d7ea65af2f8fba849590e417739a847 100755 (executable)
@@ -41,7 +41,7 @@ geomgui = salome.ImportComponentGUI("GEOM")
 import salome_ComponentGUI
 def addToStudy(shape, name):
     i = geompy.addToStudy(shape, name)
-    salome.sg.updateObjBrowser(False)
+    salome.sg.updateObjBrowser()
     if not isinstance(geomgui, type(salome_ComponentGUI)):
         geomgui.createAndDisplayGO(i)
     return i
index c776a0366808ec9cd6dd4e2360aae488ac22b06a..9025602682df53cac90d4844198e381cb2a9c3c7 100755 (executable)
@@ -48,7 +48,7 @@ geomgui = salome.ImportComponentGUI("GEOM")
 
 def addToStudy(shape, name):
     i = geompy.addToStudy(shape, name)
-    salome.sg.updateObjBrowser(False)
+    salome.sg.updateObjBrowser()
 #    geomgui.createAndDisplayGO(i)
     return i
 
index 1a496174d0cab1073f3b7218899cca122d6bfdf5..29b197e68df2d9789cfa8cd96ee083c6eec80f96 100755 (executable)
@@ -159,7 +159,7 @@ weldId = geompy.addToStudy(weld,"weld")
 #
 assemblage = geompy.Partition([base ,weld ,trav])
 assemblageId = geompy.addToStudy(assemblage, "assemblage")
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()
 #
 # Display
 #
index 0278053e49e648cfca3d691795976734f1f14ce0..50aab0c55c1790b45ff7120652d483d3bf6e1948 100755 (executable)
@@ -57,4 +57,4 @@ geompy.addToStudy(Curve_1, "Curve_1")
 Line_1 = geompy.MakeLineTwoPnt(Vertex_4, Vertex_5)
 geompy.addToStudy(Line_1, "Line_1")
 
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()
index e2c0d49064bbbaf514ec6504c5757932966c6ff3..b40548d8eb2ed43c6c28ac15a1ddf124153260fb 100755 (executable)
@@ -87,4 +87,4 @@ else:
     salome.myStudy.SaveAs(theFilenameToSave, 0)
     
 
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()
index e33690b3f6901d6824a6a0be6f4a9453ee004273..46e5b043e71aeaa8ce8be5fb47b6049337233352 100755 (executable)
@@ -80,4 +80,4 @@ id_Face_4 = geompy.addToStudyInFather(Compound_1,Compound_1_faces[3], "Face_4")
 id_Compound_2 = geompy.addToStudy(Compound_2, "Compound_2")
 id_Solid_2 = geompy.addToStudyInFather(Compound_2,Compound_2_solids[1], "Solid_2")
 
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()
index 65111eb68819c4457c44bb4530020d78b188474a..c7d04a2d91f424e0110266550862b519bf3c4a82 100755 (executable)
@@ -63,4 +63,4 @@ geompy.addToStudy(Edge_4, "Edge_4")
 Wire_1 = geompy.MakeWire([Edge_1, Edge_2, Edge_3, Edge_4])
 geompy.addToStudy(Wire_1, "Wire_1")
 
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()
index ac0d831f88955e83988ca7c7dd89f57dbeac0c55..25e87c8fda7b7b46bca107b123ed1d30419e59bc 100644 (file)
@@ -13406,7 +13406,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
             self.addToStudyInFather(shape, group_edges, "Group of edges with " + `min_length`
                                     + left_str + "length" + right_str + `max_length`)
 
-            sg.updateObjBrowser(True)
+            sg.updateObjBrowser()
 
             return group_edges
 
index 965f17c96508c9bdede516d97505ff74f1b9c6e7..c1807068f74fc646113b2c7285e25b26fd3ef8aa 100644 (file)
@@ -48,7 +48,7 @@
 #  geompy.addToStudy( Sketch_1, 'Sketch_1' )
 #
 #  # update object browser
-#  salome.sg.updateObjBrowser(True)
+#  salome.sg.updateObjBrowser()
 #  @endcode
 #  @n Additionnal examples can be found as unit tests in the source code.
 #  @}
index 78bfd9b1454a0b68a6f574b44e109a7936415e49..007796dad2983f073b2c35f3c5085039f7af4f99 100644 (file)
@@ -195,7 +195,7 @@ bool IGESPlugin_GUI::importIGES( SUIT_Desktop* parent )
       }
     }
 
-    getGeometryGUI()->updateObjBrowser( true );
+    getGeometryGUI()->updateObjBrowser();
     app->browseObjects( entryList );
           
     if ( errors.count() > 0 )
index 284e8fba066230da0909d3c83f6617fbdaaf564f..6fd9cfcb9917a90b634064760f0e14084fd6008b 100644 (file)
@@ -206,7 +206,7 @@ bool STEPPlugin_GUI::importSTEP( SUIT_Desktop* parent )
       }
     }
 
-    getGeometryGUI()->updateObjBrowser( true );
+    getGeometryGUI()->updateObjBrowser();
     app->browseObjects( entryList );
           
     if ( errors.count() > 0 )
index 52a87f59f657aa8d7cdd39f630a68c851bed8238..fcf87d87e774f16c2c12adb710c8994300a4fec6 100644 (file)
@@ -155,7 +155,7 @@ bool STLPlugin_GUI::importSTL( SUIT_Desktop* parent )
        transaction.abort();
       }
     }
-    getGeometryGUI()->updateObjBrowser( true );
+    getGeometryGUI()->updateObjBrowser();
     app->browseObjects( entryList );
     
     if ( errors.count() > 0 )