From: jfa Date: Thu, 14 Oct 2010 12:56:53 +0000 (+0000) Subject: Mantis issue 0021032: EDF GEOM: Faces built on circles are wrong. X-Git-Tag: V5_1_5rc1~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=326d3048813d45ee25b6601bd542614ab10c9abb;p=modules%2Fgeom.git Mantis issue 0021032: EDF GEOM: Faces built on circles are wrong. --- 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) {