Salome HOME
Preparation of intermediate revision
[modules/geom.git] / src / GEOMImpl / GEOMImpl_Fillet1dDriver.cxx
index fc54a402b7ff66dbacf1e1bda7606db8afc114ea..b2e0badae88e7a184567adaa96d7f57ea7b48a63 100644 (file)
@@ -119,8 +119,7 @@ static Standard_Boolean takePlane( const TopoDS_Edge& theE1,
     if ( fabs(anAngle) <= gp::Resolution() || 
          fabs(anAngle - PI) <= gp::Resolution() )
       return false;
-    //thePlane = gp_Pln( gp_Pnt(aXYZ), aDir1^ aDir2);
-    thePlane = gp_Pln( gp_Pnt(aXYZ), gp_Dir(0,0,1));
+    thePlane = gp_Pln( gp_Pnt(aXYZ), aDir1^ aDir2);
   }
   catch (Standard_Failure) {
     return false;