mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-25 06:32:04 +05:00
NPAL14883: Dump Python must use SubShapeAllSorted instead of SubShapeAll. The same for GUI.
This commit is contained in:
parent
6a13689810
commit
57ff7bd09f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user