mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-18 17:00:40 +05:00
Bug 0020228: [CEA 331] the geompy.RemoveExtraEdges crash with the attached brep shape file. Correct python dump.
This commit is contained in:
parent
8fc906ac5a
commit
df9e2eabdb
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user