From d5ba71b0ced3160edd96ba0e60a9b22edb7e9490 Mon Sep 17 00:00:00 2001 From: Paul RASCLE Date: Thu, 21 Jan 2016 10:52:35 +0100 Subject: [PATCH] epaisseur des polylignes = 2 --- src/HYDROGUI/HYDROGUI_Polyline.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HYDROGUI/HYDROGUI_Polyline.cxx b/src/HYDROGUI/HYDROGUI_Polyline.cxx index 7fd3e718..532c6071 100644 --- a/src/HYDROGUI/HYDROGUI_Polyline.cxx +++ b/src/HYDROGUI/HYDROGUI_Polyline.cxx @@ -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 ); -- 2.39.2