mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-15 23:41:27 +05:00
Dump of compute now also checking isDone
This commit is contained in:
parent
1dab7a05bb
commit
a1fec70458
@ -2078,7 +2078,8 @@ CORBA::Boolean SMESH_Gen_i::Compute( SMESH::SMESH_Mesh_ptr theMesh,
|
|||||||
|
|
||||||
// Update Python script
|
// Update Python script
|
||||||
TPythonDump(this) << "isDone = " << this << ".Compute( "
|
TPythonDump(this) << "isDone = " << this << ".Compute( "
|
||||||
<< theMesh << ", " << theShapeObject << ")";
|
<< theMesh << ", " << theShapeObject << ")";
|
||||||
|
TPythonDump(this) << "if not isDone: \n raise Exception(\"Issue while computing Mesh\")";
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// get mesh servant
|
// get mesh servant
|
||||||
|
Loading…
x
Reference in New Issue
Block a user