mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
23607: [EDF] HYDRO: Copy mesh with geometry - problems of Copy elements
This commit is contained in:
parent
e9c5d169fa
commit
a001da2228
@ -3454,6 +3454,7 @@ throw ( SALOME::SALOME_Exception )
|
||||
|
||||
SMESH_Mesh_i* srcMesh_i = SMESH::DownCast<SMESH_Mesh_i*>( theSourceMesh );
|
||||
SMESH_Mesh_i* newMesh_i = SMESH::DownCast<SMESH_Mesh_i*>( theNewMesh );
|
||||
srcMesh_i->Load();
|
||||
|
||||
ShapeMapper shapeMapper( srcMesh_i, newMesh_i, this );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user