mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-29 22:40:34 +05:00
remove dump instruction geompy.RestoreShape("") to avoid problems in HYDRO module
This commit is contained in:
parent
683b11f015
commit
93b7802630
@ -234,11 +234,11 @@ Handle(GEOM_Object) GEOMImpl_IInsertOperations::RestoreShape (std::istringstream
|
|||||||
aFunction->SetValue(aShape);
|
aFunction->SetValue(aShape);
|
||||||
|
|
||||||
//Special dump to avoid restored shapes publication.
|
//Special dump to avoid restored shapes publication.
|
||||||
//See correcponding code in GEOM_Engine.cxx (method ProcessFunction)
|
//See corresponding code in GEOM_Engine.cxx (method ProcessFunction)
|
||||||
//GEOM::TPythonDump(aFunction) << "#";
|
GEOM::TPythonDump(aFunction) << "#";
|
||||||
|
|
||||||
GEOM::TPythonDump(aFunction) << result
|
// GEOM::TPythonDump(aFunction) << result
|
||||||
<< " = geompy.RestoreShape(\"\") # the shape string has not been dump for performance reason";
|
// << " = geompy.RestoreShape(\"\") # the shape string has not been dump for performance reason";
|
||||||
|
|
||||||
SetErrorCode(OK);
|
SetErrorCode(OK);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user