Salome HOME
Mantis issue 0021423: MakeScaleAlongAxes does not work.
[modules/geom.git] / src / GEOMImpl / GEOMImpl_GlueDriver.cxx
index 1a979d7516b75f736508af0cfb44513eae13bd49..8de926b7ccee69689cced5e10419e892d81107e3 100644 (file)
@@ -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) {