From: eap Date: Fri, 6 May 2005 07:15:12 +0000 (+0000) Subject: Bug IPAL8743. Fix DumpPython in MakeHexa() X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a48b4744695262ef1b5f95442d9e0723734780f4;p=modules%2Fgeom.git Bug IPAL8743. Fix DumpPython in MakeHexa() --- diff --git a/src/GEOMImpl/GEOMImpl_IBlocksOperations.cxx b/src/GEOMImpl/GEOMImpl_IBlocksOperations.cxx index ba9e3e1ae..afc0223b6 100644 --- a/src/GEOMImpl/GEOMImpl_IBlocksOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_IBlocksOperations.cxx @@ -337,7 +337,7 @@ Handle(GEOM_Object) GEOMImpl_IBlocksOperations::MakeHexa //Make a Python command GEOM::TPythonDump(aFunction) << aBlock << " = geompy.MakeHexa(" - << theFace1 << ", " << theFace2 << ", " << theFace3 << ")" + << theFace1 << ", " << theFace2 << ", " << theFace3 << ", " << theFace4 << ", " << theFace5 << ", " << theFace6 << ")"; SetErrorCode(OK);