From: eap Date: Wed, 11 May 2011 12:29:44 +0000 (+0000) Subject: IPAL22439 TC6.3.0: Load script demo_PIPE.py - orientation of faces is wrong X-Git-Tag: V6_3_0b2~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2e64629da4ea2ae46bde84b391fd8630e3ed7ba5;p=modules%2Fgeom.git IPAL22439 TC6.3.0: Load script demo_PIPE.py - orientation of faces is wrong fix from pkv --- diff --git a/src/GEOMAlgo/GEOMAlgo_Gluer2.cxx b/src/GEOMAlgo/GEOMAlgo_Gluer2.cxx index 95f851e12..c42e44f44 100644 --- a/src/GEOMAlgo/GEOMAlgo_Gluer2.cxx +++ b/src/GEOMAlgo/GEOMAlgo_Gluer2.cxx @@ -423,6 +423,9 @@ void GEOMAlgo_Gluer2::FillContainers(const TopAbs_ShapeEnum aType) } // GEOMAlgo_Tools3D::MakeContainer(aType, aWnew); + //modified by NIZNHY-PKV Tue May 10 13:46:30 2011f + aWnew.Orientation(aW.Orientation()); + //modified by NIZNHY-PKV Tue May 10 13:46:32 2011t // aItS.Initialize(aW); for (; aItS.More(); aItS.Next()) { @@ -442,7 +445,9 @@ void GEOMAlgo_Gluer2::FillContainers(const TopAbs_ShapeEnum aType) } } // - aWnew.Orientation(aW.Orientation()); + //modified by NIZNHY-PKV Tue May 10 13:46:19 2011f + //aWnew.Orientation(aW.Orientation()); + //modified by NIZNHY-PKV Tue May 10 13:46:22 2011t // //myImages / myOrigins TopTools_ListOfShape aLSD;