mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-22 15:55: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();
|
||||
GEOM::TPythonDump pd (aFunction, /*append=*/true);
|
||||
pd << "[" << anAsciiList.ToCString();
|
||||
pd << "] = geompy.GetGlueFaces" << theShape << ", " << theTolerance << ")";
|
||||
pd << "] = geompy.GetGlueFaces(" << theShape << ", " << theTolerance << ")";
|
||||
|
||||
SetErrorCode(OK);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user