1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/modalg_5/bug22747
ski fb60057d23 0026235: Command tolmax works wrong
Command tolmax was removed.
Tcl command checkmaxtol is used now in test cases to check maximum tolerance.
Reference values in test cases were updated.
2015-08-20 16:51:36 +03:00

38 lines
890 B
Plaintext

puts "============"
puts "OCC22747"
puts "============"
puts ""
###########################################################################
# Progress indicator in sewing algorithm
###########################################################################
set BugNumber OCC22747
pload XSDRAW
restore [locate_data_file OCC22765.brep] a
vinit
XProgress -t
set List1 [sewing result 0.1 a]
if { [string compare $List1 ""] != 0 } {
puts "Error: XProgress should not have any output in this mode"
} else {
puts "Mode -t works properly"
}
puts "----------------------"
XProgress +t
set List2 [sewing result 0.1 a]
if { [regexp "Progress:" $List2] != 1 } {
puts "Error: XProgress should have output in this mode"
} else {
puts "Mode +t works properly"
}
checkmaxtol result -ref 1.0000280013370991e-005
checknbshapes result -shell 1
checkfreebounds result 456
set 2dviewer 0