Salome HOME
Fix of the bug when surfaces are not converted if to switch off Merge Surfaces flag
[plugins/canrecplugin.git] / src / CANRECPLUGINEngine / CANRECPluginImpl_Driver.cxx
index 15f07e708e307f7651523a732016880604111697..d273e70c2ecb1210e4b6c8f227803b70771473d2 100644 (file)
@@ -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);