]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Mantis issue 0021032: EDF GEOM: Faces built on circles are wrong.
authorjfa <jfa@opencascade.com>
Thu, 14 Oct 2010 12:56:53 +0000 (12:56 +0000)
committerjfa <jfa@opencascade.com>
Thu, 14 Oct 2010 12:56:53 +0000 (12:56 +0000)
src/GEOMImpl/GEOMImpl_Block6Explorer.cxx

index 6fd20454f33b478e2edc5a3c697368e09ea1fe0f..27056c52c354fce18c03978be2420b2a73f4de6a 100644 (file)
@@ -1211,12 +1211,10 @@ void GEOMImpl_Block6Explorer::MakeFace (const TopoDS_Wire&     theWire,
     for (; wexpl.More(); wexpl.Next()) {
       if (!p1set) {
         p1set = true;
-        is3Pnts = true;
-        p1 = BRep_Tool::Pnt(wexpl.CurrentVertex());
+         p1 = BRep_Tool::Pnt(wexpl.CurrentVertex());
       }
       else if (!p2set) {
         p2set = true;
-        is3Pnts = true;
         p2 = BRep_Tool::Pnt(wexpl.CurrentVertex());
       }
       else if (!p3set) {