mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 18:40:34 +05:00
Fix for the '52934: Elements are't not highlighted in vtk viewer after set id in measurements dialog box' issue.
This commit is contained in:
parent
7c69e00bac
commit
039c276289
@ -368,6 +368,7 @@ void SMESHGUI_MinDistance::createPreview( double x1, double y1, double z1, doubl
|
|||||||
myPreview = SALOME_Actor::New();
|
myPreview = SALOME_Actor::New();
|
||||||
myPreview->PickableOff();
|
myPreview->PickableOff();
|
||||||
myPreview->SetMapper( aMapper );
|
myPreview->SetMapper( aMapper );
|
||||||
|
myPreview->SetResolveCoincidentTopology(true);
|
||||||
aMapper->Delete();
|
aMapper->Delete();
|
||||||
vtkProperty* aProp = vtkProperty::New();
|
vtkProperty* aProp = vtkProperty::New();
|
||||||
aProp->SetRepresentationToWireframe();
|
aProp->SetRepresentationToWireframe();
|
||||||
|
Loading…
Reference in New Issue
Block a user