From 13da49114ada4bf8440bb317c0ae828b0dbc8314 Mon Sep 17 00:00:00 2001 From: skv Date: Wed, 23 Dec 2015 19:43:43 +0300 Subject: [PATCH] Fix of the bug when surfaces are not converted if to switch off Merge Surfaces flag --- src/CANRECPLUGINEngine/CANRECPluginImpl_Driver.cxx | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.30.2