From: eap Date: Wed, 17 Oct 2018 15:25:35 +0000 (+0300) Subject: 23607: [EDF] HYDRO: Copy mesh with geometry - problems of Copy elements X-Git-Tag: V9_2_0a2~6 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=a001da2228831a5b40397df43bf3e61e7569b9f9 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 6dface544..ac694c4fe 100644 --- a/src/SMESH_I/SMESH_Gen_i.cxx +++ b/src/SMESH_I/SMESH_Gen_i.cxx @@ -3454,6 +3454,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 );