X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMImpl%2FGEOMImpl_GlueDriver.cxx;h=2e45e7ba53e11c0d66c8ecd4047bacce800414ef;hb=dde31f0675b133384fca841c72a1e200fc9eb895;hp=3f4aa435203c78df0ce9b6772fc94b8f935553fc;hpb=c7ffbf7b4e278a70364de8238ed31121babf9033;p=modules%2Fgeom.git diff --git a/src/GEOMImpl/GEOMImpl_GlueDriver.cxx b/src/GEOMImpl/GEOMImpl_GlueDriver.cxx index 3f4aa4352..2e45e7ba5 100644 --- a/src/GEOMImpl/GEOMImpl_GlueDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_GlueDriver.cxx @@ -439,30 +439,7 @@ TopoDS_Shape GEOMImpl_GlueDriver::GlueWithWarnings (const TopoDS_Shape& theShape #if OCC_VERSION_LARGE > 0x06050200 Standard_Integer iWrnDetect = aGA.WarningStatus(); if (iWrnDetect == 2) { - /* - TopTools_ListIteratorOfListOfShape aItLS; - - // Sticked shapes are detected - const TopTools_IndexedDataMapOfShapeListOfShape& aIDMSS = pGluer2->StickedShapes(); - - Standard_Integer i, aNb = aIDMSS.Extent(); - for (i = 1; i <= aNb; ++i) { - // ancestor aSa (edge, wire face,..) - const TopoDS_Shape& aSa = aIDMSS.FindKey(i); - - // successors aSs (vertex, edge, ...) - // of the ancestor that are sticked - // for given value of the tolerance - const TopTools_ListOfShape& aLSS = aIDMSS.FindFromIndex(i); - aItLS.Initialize(aLSS); - for (; aItLS.More(); aItLS.Next()) { - const TopoDS_Shape& aSs = aItLS.Value(); - } - } - */ Standard_Failure::Raise("GLUE_ERROR_STICKED_SHAPES"); - //Standard_Failure::Raise("Sticked shapes are detected. The tolerance value is too big."); - //theWarning = "Sticked shapes are detected. The tolerance value is too big."; } #endif //modified by NIZNHY-PKV Tue Mar 13 14:07:14 2012t @@ -617,6 +594,37 @@ TopoDS_Shape GEOMImpl_GlueDriver::GlueByList (const TopoDS_Shape& theShape, // 2. Detect interferred shapes aGA.Detect(); + + //modified by NIZNHY-PKV Tue Mar 13 14:07:12 2012f +#if OCC_VERSION_LARGE > 0x06050200 + Standard_Integer iWrnDetect = aGA.WarningStatus(); + if (iWrnDetect == 2) { + /* + TopTools_ListIteratorOfListOfShape aItLS; + + // Sticked shapes are detected + const TopTools_IndexedDataMapOfShapeListOfShape& aIDMSS = pGluer2->StickedShapes(); + + Standard_Integer i, aNb = aIDMSS.Extent(); + for (i = 1; i <= aNb; ++i) { + // ancestor aSa (edge, wire face,..) + const TopoDS_Shape& aSa = aIDMSS.FindKey(i); + + // successors aSs (vertex, edge, ...) + // of the ancestor that are sticked + // for given value of the tolerance + const TopTools_ListOfShape& aLSS = aIDMSS.FindFromIndex(i); + aItLS.Initialize(aLSS); + for (; aItLS.More(); aItLS.Next()) { + const TopoDS_Shape& aSs = aItLS.Value(); + } + } + */ + Standard_Failure::Raise("GLUE_ERROR_STICKED_SHAPES"); + } +#endif + //modified by NIZNHY-PKV Tue Mar 13 14:07:14 2012t + Standard_Integer iErr = aGA.ErrorStatus(); if (iErr) { switch (iErr) {