mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 01:32:05 +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 )
|
bool EntityGUI_SubShapeDlg::execute( ObjectList& objects )
|
||||||
{
|
{
|
||||||
GEOM::ListOfGO_var aList = GEOM::GEOM_IShapesOperations::_narrow(
|
GEOM::ListOfGO_var aList = GEOM::GEOM_IShapesOperations::_narrow(
|
||||||
getOperation() )->MakeExplode( myObject, shapeType(), false );
|
getOperation() )->MakeExplode( myObject, shapeType(), true );
|
||||||
|
|
||||||
if ( !aList->length() )
|
if ( !aList->length() )
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user