Salome HOME
bos #20430 [CEA 20428] FIELDS : improvement of simplified visualisations
[modules/med.git] / src / MEDCalc / cmp / MEDPresentationMeshView.cxx
index d68454c3b6374a1005f349e3751c78119a1c257c..7a4b099072e59b2a9868826da839193016672ca4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016  CEA/DEN, EDF R&D
+// Copyright (C) 2016-2021  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -108,6 +108,9 @@ MEDPresentationMeshView::updatePipeline(const MEDCALC::MeshViewParameters& param
 
   if (params.mode != _params.mode)
     updateMeshMode(params.mode);
+  if (params.visibility != _params.visibility)
+    updateVisibility<MEDPresentationMeshView, MEDCALC::MeshViewParameters>(params.visibility);
+
 }
 
 void