From a001da2228831a5b40397df43bf3e61e7569b9f9 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 17 Oct 2018 18:25:35 +0300 Subject: [PATCH] 23607: [EDF] HYDRO: Copy mesh with geometry - problems of Copy elements --- src/SMESH_I/SMESH_Gen_i.cxx | 1 + 1 file changed, 1 insertion(+) 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 ); -- 2.30.2