mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-17 02:07:56 +05:00
Bug IPAL8743. Fix DumpPython in MakeHexa()
This commit is contained in:
parent
11568c1986
commit
a48b474469
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user