020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement

fix python dump of MakeBoundaryElements()
This commit is contained in:
eap 2011-03-11 10:55:32 +00:00
parent c4a24dfe97
commit c1c7d4f3b3

View File

@ -5714,7 +5714,7 @@ CORBA::Long SMESH_MeshEditor_i::MakeBoundaryElements(SMESH::Bnd_Dimension dim,
const char* dimName[] = { "BND_2DFROM3D", "BND_1DFROM3D", "BND_1DFROM2D" };
// result of MakeBoundaryElements() is a tuple (nb, mesh, group)
pyDump << nbAdded << ", ";
pyDump << "nbAdded, ";
if ( mesh_var->_is_nil() )
pyDump << myMesh_i->_this() << ", ";
else