0026619: Tolerances of operands are modified using bop
[occt.git] / tests / bugs / modalg_1 / buc60462_2
index a58e92f..badc77a 100755 (executable)
@@ -1,7 +1,5 @@
-puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
-puts "TODO OCC12345 ALL: Faulty : mistakes are found in checked shape by checkshape command"
-puts "TODO OCC12345 ALL: Error : The square of result shape is"
-
+puts "TODO ?OCC26717 ALL: Faulty shapes in variables faulty_1 to faulty_"
+puts "TODO OCC26717 ALL: Error : operation bfuse is WRONG because number of SOLID"
 
 puts "=========="
 puts "BUC60462"
@@ -15,12 +13,8 @@ puts "Fuse begin"
 bfuse result a b
 puts "Fuse end"
 
-set che [checkshape result r]
-if { [regexp {OK} $che] != 1 } {
-    puts "Faulty : mistakes are found in checked shape by checkshape command"
-} else {
-    puts "Checking by checkshape - OK"
-}
-
-set square 0
+checkshape result r
+checknbshapes result -solid 1 -m "operation bfuse"
+checkprops result -s 93237.9
+checkshape result
 set 2dviewer 0