mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-16 17:31:26 +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
|
||||
GEOM::TPythonDump(aFunction) << aBlock << " = geompy.MakeHexa("
|
||||
<< theFace1 << ", " << theFace2 << ", " << theFace3 << ")"
|
||||
<< theFace1 << ", " << theFace2 << ", " << theFace3 << ", "
|
||||
<< theFace4 << ", " << theFace5 << ", " << theFace6 << ")";
|
||||
|
||||
SetErrorCode(OK);
|
||||
|
Loading…
x
Reference in New Issue
Block a user