From: rnv Date: Wed, 28 Sep 2011 08:45:02 +0000 (+0000) Subject: Implementation of the issue 20984: EDF 1566 SMESH: Better visibility of the elements... X-Git-Tag: V6_main_20110929 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=412c5f88fe57f643502b8b772c92bbdada43664f;p=modules%2Fvisu.git Implementation of the issue 20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation. --- diff --git a/src/OBJECT/VISU_ScalarMapAct.cxx b/src/OBJECT/VISU_ScalarMapAct.cxx index 58a23c1f..ac4e542b 100644 --- a/src/OBJECT/VISU_ScalarMapAct.cxx +++ b/src/OBJECT/VISU_ScalarMapAct.cxx @@ -349,6 +349,7 @@ VISU_ScalarMapAct Superclass::SetShrinkable(theIsShrinkable); mySurfaceActor->SetShrinkable(theIsShrinkable); + myEdgeActor->SetShrinkable(theIsShrinkable); } void @@ -358,6 +359,7 @@ VISU_ScalarMapAct Superclass::SetShrinkFactor(theValue); mySurfaceActor->SetShrinkFactor(theValue); + myEdgeActor->SetShrinkFactor(theValue); } //---------------------------------------------------------------------------- @@ -371,6 +373,7 @@ VISU_ScalarMapAct Superclass::SetShrink(); mySurfaceActor->SetShrink(); + myEdgeActor->SetShrink(); } void @@ -380,6 +383,7 @@ VISU_ScalarMapAct Superclass::UnShrink(); mySurfaceActor->UnShrink(); + myEdgeActor->UnShrink(); } //----------------------------------------------------------------------------