Salome HOME
Fix for the '52934: Elements are't not highlighted in vtk viewer after set id in...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Measurements.cxx
index 77f9870eb27060930fe592c6b9c75202f8150e66..c58a8c9c67fee4d967dc45197820425587a1fec4 100644 (file)
@@ -368,6 +368,7 @@ void SMESHGUI_MinDistance::createPreview( double x1, double y1, double z1, doubl
   myPreview = SALOME_Actor::New();
   myPreview->PickableOff();
   myPreview->SetMapper( aMapper );
+  myPreview->SetResolveCoincidentTopology(true);
   aMapper->Delete();
   vtkProperty* aProp = vtkProperty::New();
   aProp->SetRepresentationToWireframe();