mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
22611: EDF 8409 SMESH: Bad dump of CutListOfGroups
This commit is contained in:
parent
d027cf5b2b
commit
36a90ef618
@ -1547,7 +1547,7 @@ SMESH_Mesh_i::CutListOfGroups(const SMESH::ListOfGroups& theMainGroups,
|
||||
|
||||
// Update Python script
|
||||
pyDump << aResGrp << " = " << SMESH::SMESH_Mesh_var( _this() )
|
||||
<< ".CutListOfGroups( " << theMainGroups
|
||||
<< ".CutListOfGroups( " << theMainGroups << ", "
|
||||
<< theToolGroups << ", '" << theName << "' )";
|
||||
|
||||
SMESH_CATCH( SMESH::throwCorbaException );
|
||||
|
Loading…
Reference in New Issue
Block a user