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);