0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / moddata_2 / bug747
1
2 puts "========"
3 puts "OCC747"
4 puts "========"
5 puts ""
6 ###############################
7 ## Exception in DRAW-command "distmini"
8 ###############################
9
10 restore [locate_data_file OCC747_1.brep] s1 
11 checkshape s1
12 restore [locate_data_file OCC747_2.brep] s2 
13 checkshape s2
14
15 if { [catch { distmini result s1 s2 } status] } {
16     puts "Faulty OCC747"
17 } else {
18     puts "OCC747 OK"
19 }
20