Salome HOME
Copyright update: 2016
[plugins/canrecplugin.git] / src / CANRECPLUGINEngine / CANRECPluginImpl_Driver.cxx
index 15f07e708e307f7651523a732016880604111697..d7ae257a553c36bb5942e6282be5985bcec2c186 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015  OPEN CASCADE
+// Copyright (C) 2014-2016  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -15,6 +15,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
 #include "CANRECPluginImpl_Driver.hxx"
 #include "CANRECPluginImpl_Types.hxx"
@@ -136,8 +137,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);