Salome HOME
Export UNV groups
[modules/smesh.git] / src / SMESH / SMESH_Mesh.cxx
index 62e3575fda118b69aab22d48493eef3cec405d0c..634cf721ca365735ae2dfd429ed73dc28c26b210 100644 (file)
@@ -948,6 +948,7 @@ void SMESH_Mesh::ExportUNV(const char *file) throw(SALOME_Exception)
   myWriter.SetFile(string(file));
   myWriter.SetMesh(_myMeshDS);
   myWriter.SetMeshId(_idDoc);
+  myWriter.SetGroups(_mapGroup);
   myWriter.Perform();
 }