From a48b4744695262ef1b5f95442d9e0723734780f4 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 6 May 2005 07:15:12 +0000 Subject: [PATCH] Bug IPAL8743. Fix DumpPython in MakeHexa() --- src/GEOMImpl/GEOMImpl_IBlocksOperations.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2