Fix regressions in test scripts caused by implementation of issue 0022748

This commit is contained in:
vsr 2015-02-26 14:14:59 +03:00
parent 2c5180adf1
commit 46b96ac794

View File

@ -3826,7 +3826,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
"""
# Example: see GEOM_TestAll.py
theMinDeg,theMaxDeg,theTol3D,Parameters = ParseParameters(theMinDeg, theMaxDeg, theTol3D)
anObj = self.PrimOp.MakeFilling(theContours, theMinDeg, theMaxDeg,
anObj = self.PrimOp.MakeFilling(ToList(theContours), theMinDeg, theMaxDeg,
0, theTol3D, 0, GEOM.FOM_Default, True)
RaiseIfFailed("MakeFillingNew", self.PrimOp)
anObj.SetParameters(Parameters)