Salome HOME
Mantis issue 0020998: EDF 1572 GEOM: Some limitations to the PipeTShape.
[modules/geom.git] / 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) {