Salome HOME
NPAL14883: Dump Python must use SubShapeAllSorted instead of SubShapeAll. The same...
authorjfa <jfa@opencascade.com>
Wed, 14 Feb 2007 13:20:26 +0000 (13:20 +0000)
committerjfa <jfa@opencascade.com>
Wed, 14 Feb 2007 13:20:26 +0000 (13:20 +0000)
src/EntityGUI/EntityGUI_SubShapeDlg.cxx

index 6a3685b669522d9622fd17633d16d914dc6683e4..cb6483921b171e42901b6f4bddeb8a8dbc7d8957 100644 (file)
@@ -546,7 +546,7 @@ bool EntityGUI_SubShapeDlg::isValid( QString& msg )
 bool EntityGUI_SubShapeDlg::execute( ObjectList& objects )
 {
   GEOM::ListOfGO_var aList = GEOM::GEOM_IShapesOperations::_narrow(
-    getOperation() )->MakeExplode( myObject, shapeType(), false );
+    getOperation() )->MakeExplode( myObject, shapeType(), true );
     
   if ( !aList->length() )
     return false;