From: eap Date: Wed, 17 Oct 2018 15:17:19 +0000 (+0300) Subject: 23607]: [EDF] HYDRO: Copy mesh with geometry - problems of Copy elements X-Git-Tag: HYDRO_V2_0_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=a27ae9cdbfe66152bd039657afaf8671265ffea9 23607]: [EDF] HYDRO: Copy mesh with geometry - problems of Copy elements --- diff --git a/src/SMESH_I/SMESH_Gen_i.cxx b/src/SMESH_I/SMESH_Gen_i.cxx index fa2034183..6abff9383 100644 --- a/src/SMESH_I/SMESH_Gen_i.cxx +++ b/src/SMESH_I/SMESH_Gen_i.cxx @@ -3464,6 +3464,7 @@ throw ( SALOME::SALOME_Exception ) SMESH_Mesh_i* srcMesh_i = SMESH::DownCast( theSourceMesh ); SMESH_Mesh_i* newMesh_i = SMESH::DownCast( theNewMesh ); + srcMesh_i->Load(); ShapeMapper shapeMapper( srcMesh_i, newMesh_i, this );