mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +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()) {
|
while (it != thePoints.end()) {
|
||||||
pd << ", " << (*it++);
|
pd << ", " << (*it++);
|
||||||
}
|
}
|
||||||
pd << "])";
|
pd << "]";
|
||||||
|
if ( theIsClosed ) pd << ", True";
|
||||||
|
pd << ")";
|
||||||
|
|
||||||
SetErrorCode(OK);
|
SetErrorCode(OK);
|
||||||
return aSpline;
|
return aSpline;
|
||||||
|
Loading…
Reference in New Issue
Block a user