From 326d3048813d45ee25b6601bd542614ab10c9abb Mon Sep 17 00:00:00 2001 From: jfa Date: Thu, 14 Oct 2010 12:56:53 +0000 Subject: [PATCH] Mantis issue 0021032: EDF GEOM: Faces built on circles are wrong. --- src/GEOMImpl/GEOMImpl_Block6Explorer.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx b/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx index 6fd20454f..27056c52c 100644 --- a/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx +++ b/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx @@ -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) { -- 2.39.2