]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
epaisseur des polylignes = 2
authorPaul RASCLE <paul.rascle@edf.fr>
Thu, 21 Jan 2016 09:52:35 +0000 (10:52 +0100)
committerPaul RASCLE <paul.rascle@edf.fr>
Thu, 21 Jan 2016 09:52:35 +0000 (10:52 +0100)
src/HYDROGUI/HYDROGUI_Polyline.cxx

index 7fd3e7184e80180f4851b192f9d940f11940e8aa..532c6071cd15b4023ccdae15d41dd4943c68a316 100644 (file)
@@ -83,6 +83,7 @@ void HYDROGUI_Polyline::Compute(const Handle(PrsMgr_PresentationManager3d)& aPre
   Aspect_TypeOfLine aType;
   Standard_Real anWidth;
   Attributes()->LineAspect()->Aspect()->Values( aColor, aType, anWidth );
+  anWidth =2;
   Handle(Graphic3d_AspectLine3d) anAspect = new Graphic3d_AspectLine3d( aColor, aType, anWidth );
 
   TopExp_Explorer Exp1 ( myshape, TopAbs_EDGE );