mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Fix regressions in test scripts caused by implementation of issue 0022748
This commit is contained in:
parent
2c5180adf1
commit
46b96ac794
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user