1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_4/bug697_1
abk 65b387bd75 Draw command 'EnsureTolRule' was replaced by command 'updatetolerance' in
tests.

Draw command 'EnsureTolRule' was removed.
2013-03-06 15:04:42 +04:00

27 lines
652 B
Plaintext
Executable File

puts "============"
puts "OCC697"
puts "============"
puts ""
######################################################
# Fuse operation does not work
######################################################
## (old topology)
## (fuse)
######################################################
restore [locate_data_file OCC697_1.brep] b1
updatetolerance b1
restore [locate_data_file OCC697_2.brep] b2
checkshape b1
checkshape b2
##############################################
if { [catch {bfuse result b1 b2} catch_result] } {
##############################################
puts "Faulty : an exception was caught"
}
set square 8879.41
set 2dviewer 0