1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-09 18:50:54 +03:00
occt/tests/bugs/modalg_5/bug24036
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

22 lines
611 B
Plaintext

puts "========================"
puts "OCC24036"
puts "========================"
puts ""
#######################################################################
# Regression: sewing is not correct
# (OCC 6.6.0 regression) BRepBuilderAPI_Sewing returns wrong result
#######################################################################
pload XSDRAW
restore [locate_data_file bug24036_data.brep] v
explode v
sewing result 0.00001 v_1 v_2
checkshape result
checkmaxtol result -ref 1.0000002593655894e-007 -source {v_1 v_2} -min_tol 1.e-4
checknbshapes result -shell 1
checkfreebounds result 2
set 2dviewer 1