Bug 0020228: [CEA 331] the geompy.RemoveExtraEdges crash with the attached brep shape file. Correct python dump.

This commit is contained in:
jfa 2009-04-21 13:33:41 +00:00
parent 8fc906ac5a
commit df9e2eabdb

View File

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