]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Bug 0020228: [CEA 331] the geompy.RemoveExtraEdges crash with the attached brep shape...
authorjfa <jfa@opencascade.com>
Tue, 21 Apr 2009 13:33:41 +0000 (13:33 +0000)
committerjfa <jfa@opencascade.com>
Tue, 21 Apr 2009 13:33:41 +0000 (13:33 +0000)
src/GEOMImpl/GEOMImpl_IBlocksOperations.cxx

index b16bb8b793f010cdf7ff8c9e3bf8a5e69b65a75e..0a2c4d6e0a151b074a54a84a76df7181d4905372 100644 (file)
@@ -2351,7 +2351,8 @@ Handle(GEOM_Object) GEOMImpl_IBlocksOperations::RemoveExtraEdges
 
   //Make a Python command
   GEOM::TPythonDump(aFunction) << aCopy
-    << " = geompy.RemoveExtraEdges(" << theObject << ")";
+                               << " = geompy.RemoveExtraEdges(" << theObject
+                               << ", " << theOptimumNbFaces << ")";
 
   SetErrorCode(OK);
   return aCopy;