From: ouv Date: Wed, 18 Nov 2009 13:13:18 +0000 (+0000) Subject: SetPointSize() for edge property has been removed (to prevent drawing of surplus... X-Git-Tag: V5_1_main_20091123~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9bf640bafdffb1e2eb8449f6a13513953879aeb1;p=modules%2Fvisu.git SetPointSize() for edge property has been removed (to prevent drawing of surplus points on wireframe presentations, Cut Lines for example) --- diff --git a/src/OBJECT/VISU_MeshAct.cxx b/src/OBJECT/VISU_MeshAct.cxx index ee575ff0..40f6c9c1 100644 --- a/src/OBJECT/VISU_MeshAct.cxx +++ b/src/OBJECT/VISU_MeshAct.cxx @@ -77,7 +77,6 @@ VISU_MeshAct int anElem0DSize = aResourceMgr->integerValue( "VISU", "elem0d_size", 5); GetSurfaceProperty()->SetPointSize(anElem0DSize); - GetEdgeProperty()->SetPointSize(anElem0DSize); } } diff --git a/src/OBJECT/VISU_ScalarMapAct.cxx b/src/OBJECT/VISU_ScalarMapAct.cxx index ce5a4e76..f487f609 100644 --- a/src/OBJECT/VISU_ScalarMapAct.cxx +++ b/src/OBJECT/VISU_ScalarMapAct.cxx @@ -257,7 +257,6 @@ VISU_ScalarMapAct int anElem0DSize = aResourceMgr->integerValue( "VISU", "elem0d_size", 5); mySurfaceActor->GetProperty()->SetPointSize(anElem0DSize); - myEdgeActor->GetProperty()->SetPointSize(anElem0DSize); } }