From: skv Date: Wed, 23 Dec 2015 16:43:43 +0000 (+0300) Subject: Fix of the bug when surfaces are not converted if to switch off Merge Surfaces flag X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=13da49114ada4bf8440bb317c0ae828b0dbc8314;p=plugins%2Fcanrecplugin.git Fix of the bug when surfaces are not converted if to switch off Merge Surfaces flag --- diff --git a/src/CANRECPLUGINEngine/CANRECPluginImpl_Driver.cxx b/src/CANRECPLUGINEngine/CANRECPluginImpl_Driver.cxx index 15f07e7..d273e70 100644 --- a/src/CANRECPLUGINEngine/CANRECPluginImpl_Driver.cxx +++ b/src/CANRECPLUGINEngine/CANRECPluginImpl_Driver.cxx @@ -136,8 +136,6 @@ Standard_Integer CANRECPluginImpl_Driver::Execute( TFunction_Logbook& log ) cons ShapeConvert_CanonicAPI aRecognizer; aRecognizer.Tolerance() = aTolerance; - aRecognizer.SurfaceMode() = isNeedMergeSurf; - aRecognizer.CurveMode() = isNeedMergeCurves; const Standard_Integer anInitNbFaces = GetNbShapes(aShape, TopAbs_FACE); const Standard_Integer anInitNbCanonical = GetNbCanonicalFaces(aShape);