Salome HOME
Issue #20167: checkPythonDump() errors
[modules/shaper.git] / src / FeaturesPlugin / Test / TestFillet_MultiLevelCompound_v95_3.py
index d02ae88274f0ec9326d5ee444aa3200cb6dd4fd4..4ad363735f8ca42bbc5d773f5cb9efd11479c1d5 100644 (file)
@@ -124,7 +124,7 @@ model.testNbSubShapes(Fillet_6, GeomAPI_Shape.FACE, [23])
 model.testNbSubShapes(Fillet_6, GeomAPI_Shape.EDGE, [95])
 model.testNbSubShapes(Fillet_6, GeomAPI_Shape.VERTEX, [190])
 model.testResultsVolumes(Fillet_6, [1565.568094166])
-refPoint = GeomAPI_Pnt(2.50004995, 2.50004995, 5.00005)
+refPoint = GeomAPI_Pnt(2.7448, 2.7448, 5)
 midPoint = Fillet_6.defaultResult().shape().middlePoint()
 assert(midPoint.distance(refPoint) < TOLERANCE)
 
@@ -136,7 +136,7 @@ model.testNbSubShapes(Fillet_7, GeomAPI_Shape.FACE, [23])
 model.testNbSubShapes(Fillet_7, GeomAPI_Shape.EDGE, [98])
 model.testNbSubShapes(Fillet_7, GeomAPI_Shape.VERTEX, [196])
 model.testResultsVolumes(Fillet_7, [2976.0685684791988])
-refPoint = GeomAPI_Pnt(-20.9807621135, 42.5, 5)
+refPoint = GeomAPI_Pnt(-20.9807621135, 42.806, 5)
 midPoint = Fillet_7.defaultResult().shape().middlePoint()
 assert(midPoint.distance(refPoint) < TOLERANCE)
 model.end()