mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-23 13:05:38 +05:00
Fix error of DumpPython.
This commit is contained in:
parent
8fa986deb0
commit
3d53394032
@ -638,7 +638,7 @@ Handle(TColStd_HSequenceOfTransient) GEOMImpl_IShapesOperations::GetGlueFaces
|
|||||||
Handle(GEOM_Function) aFunction = theShape->GetLastFunction();
|
Handle(GEOM_Function) aFunction = theShape->GetLastFunction();
|
||||||
GEOM::TPythonDump pd (aFunction, /*append=*/true);
|
GEOM::TPythonDump pd (aFunction, /*append=*/true);
|
||||||
pd << "[" << anAsciiList.ToCString();
|
pd << "[" << anAsciiList.ToCString();
|
||||||
pd << "] = geompy.GetGlueFaces" << theShape << ", " << theTolerance << ")";
|
pd << "] = geompy.GetGlueFaces(" << theShape << ", " << theTolerance << ")";
|
||||||
|
|
||||||
SetErrorCode(OK);
|
SetErrorCode(OK);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user