From: asl Date: Fri, 27 Dec 2013 04:20:09 +0000 (+0000) Subject: deviation is corrected for more smooth presentation X-Git-Tag: BR_hydro_v_0_7~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=885cb5934f4cee0a1fb8fd898964c4adf584c671;p=modules%2Fhydro.git deviation is corrected for more smooth presentation --- 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 );