1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
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

34 lines
468 B
Plaintext
Executable File

puts "================"
puts "OCC322"
puts "================"
puts ""
pload QAcommands
restore [locate_data_file OCC322.brep] a
checkshape a
sewing result a
vinit
vdisplay result
vfit
set x_coord 204
set y_coord 297
checkcolor $x_coord $y_coord 1 1 0
set x_coord 251
set y_coord 232
checkcolor $x_coord $y_coord 1 1 0
checkmaxtol result -ref 1.0001007808605688e-007
checknbshapes result -shell 1
checkfreebounds result 6
set square 20000
set only_screen 1