X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGEOMAlgo%2FBlockFix.cxx;h=aadc176bb4e75597d4e7089223cf41e8014ef1b8;hb=8039f8cb66ee8b0e077ba34106963b8a438a2d4a;hp=be4d48f62daa93dae76ed6d243cc1dc906d5d58b;hpb=ca429d817a18d6acc571443f6a596575dee03c2f;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/BlockFix.cxx b/src/GEOMAlgo/BlockFix.cxx index be4d48f62..aadc176bb 100644 --- a/src/GEOMAlgo/BlockFix.cxx +++ b/src/GEOMAlgo/BlockFix.cxx @@ -60,8 +60,8 @@ static void FixResult(const TopoDS_Shape& result, TopLoc_Location L; Handle(Geom_Surface) Surf = BRep_Tool::Surface(aFace,L); - if (Surf->IsKind(STANDARD_TYPE(Geom_SphericalSurface)) || - Surf->IsKind(STANDARD_TYPE(Geom_CylindricalSurface))) { + if( Surf->IsKind(STANDARD_TYPE(Geom_SphericalSurface)) || + Surf->IsKind(STANDARD_TYPE(Geom_CylindricalSurface)) ) { Standard_Integer nbWires = 0; for (TopExp_Explorer ex_w(aFace,TopAbs_WIRE); ex_w.More(); ex_w.Next()) { @@ -92,7 +92,7 @@ static void FixResult(const TopoDS_Shape& result, } } - isDone |= sfw->FixLacking(); + //isDone |= sfw->FixLacking(); // commented by skl 22.03.2005 (PAL8395) // remove neighbour seam edges if(isDone) {