X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMImpl%2FGEOMImpl_GlueDriver.cxx;fp=src%2FGEOMImpl%2FGEOMImpl_GlueDriver.cxx;h=8de926b7ccee69689cced5e10419e892d81107e3;hb=320d3b31cb86648d19f635d50c028c4ad35ae2c4;hp=1a979d7516b75f736508af0cfb44513eae13bd49;hpb=17ec6b3223b9ae69ad0e9be06af4c0232d4dc02e;p=modules%2Fgeom.git diff --git a/src/GEOMImpl/GEOMImpl_GlueDriver.cxx b/src/GEOMImpl/GEOMImpl_GlueDriver.cxx index 1a979d751..8de926b7c 100644 --- a/src/GEOMImpl/GEOMImpl_GlueDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_GlueDriver.cxx @@ -339,6 +339,12 @@ TopoDS_Shape GEOMImpl_GlueDriver::GlueFaces (const TopoDS_Shape& theShape, // 2. Detect interferred shapes aGA.Detect(); + + //Standard_Integer iWrnDetect = aGA.WarningStatus(); + //if (iWrnDetect == 2) { + // Standard_Failure::Raise("GLUE_ERROR_STICKED_SHAPES"); + //} + Standard_Integer iErr = aGA.ErrorStatus(); if (iErr) { switch (iErr) {