mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 21:10:33 +05:00
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
fix python dump of MakeBoundaryElements()
This commit is contained in:
parent
c4a24dfe97
commit
c1c7d4f3b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user