mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +05:00
0020308: EDF 995 GEOM : Closed Polyline with tangence
Fix problem with python dump
This commit is contained in:
parent
5c7202290c
commit
88f9edb95b
@ -723,7 +723,9 @@ Handle(GEOM_Object) GEOMImpl_ICurvesOperations::MakeSplineInterpolation
|
||||
while (it != thePoints.end()) {
|
||||
pd << ", " << (*it++);
|
||||
}
|
||||
pd << "])";
|
||||
pd << "]";
|
||||
if ( theIsClosed ) pd << ", True";
|
||||
pd << ")";
|
||||
|
||||
SetErrorCode(OK);
|
||||
return aSpline;
|
||||
|
Loading…
Reference in New Issue
Block a user