From 885cb5934f4cee0a1fb8fd898964c4adf584c671 Mon Sep 17 00:00:00 2001 From: asl Date: Fri, 27 Dec 2013 04:20:09 +0000 Subject: [PATCH] deviation is corrected for more smooth presentation --- src/HYDROGUI/HYDROGUI_Shape.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/HYDROGUI/HYDROGUI_Shape.cxx b/src/HYDROGUI/HYDROGUI_Shape.cxx index 998ad9bc..4afa67d3 100644 --- a/src/HYDROGUI/HYDROGUI_Shape.cxx +++ b/src/HYDROGUI/HYDROGUI_Shape.cxx @@ -579,6 +579,8 @@ void HYDROGUI_Shape::buildShape() myShape = new AIS_Shape( myTopoShape ); } + myShape->SetHLRAngleAndDeviation( 0.0001 ); + if ( !myObject.IsNull() ) myShape->SetOwner( myObject ); -- 2.39.2