1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_5/bug23845
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

25 lines
574 B
Plaintext
Executable File

puts "================"
puts "OCC23845"
puts "================"
puts ""
#######################################################################
# New auxilary method concatenating a wire into an edge based on C0-continuous curve.
#######################################################################
restore [locate_data_file bug23845_profil_0a.brep] a
restore [locate_data_file bug23845_profil_1a.brep] b
concatC0wire aa a
concatC0wire bb b
set CMP_TOL 1.e-6
# 1
checkshape aa
checkmaxtol aa -min_tol ${CMP_TOL}
# 2
checkshape bb
checkmaxtol bb -min_tol ${CMP_TOL}