Bug IPAL8743. Fix DumpPython in MakeHexa()

This commit is contained in:
eap 2005-05-06 07:15:12 +00:00
parent 11568c1986
commit a48b474469

View File

@ -337,7 +337,7 @@ Handle(GEOM_Object) GEOMImpl_IBlocksOperations::MakeHexa
//Make a Python command //Make a Python command
GEOM::TPythonDump(aFunction) << aBlock << " = geompy.MakeHexa(" GEOM::TPythonDump(aFunction) << aBlock << " = geompy.MakeHexa("
<< theFace1 << ", " << theFace2 << ", " << theFace3 << ")" << theFace1 << ", " << theFace2 << ", " << theFace3 << ", "
<< theFace4 << ", " << theFace5 << ", " << theFace6 << ")"; << theFace4 << ", " << theFace5 << ", " << theFace6 << ")";
SetErrorCode(OK); SetErrorCode(OK);