0031075: Application Framework - reading STEP file into TDocStd_Document leads to...
[occt.git] / tests / bugs / xde / bug859
1 puts "================"
2 puts "OCC859"
3 puts "SAM1637"
4 puts "================"
5 puts ""
6 #####################
7 ## Attached shape is not sewed.
8 ##################### 
9
10 restore [locate_data_file OCC859.brep] a
11 checkshape a
12
13 sewing result a
14
15 freebounds result 0.1
16
17 set list [statshape result_o]
18
19 if {[llength ${list}] > 4} {
20    puts "Faulty OCC859: here is sewing problem"
21 }
22
23 checkmaxtol result -ref 0.00025118948696105701
24 checknbshapes result -shell 1
25 checkfreebounds result 6
26
27 checkview -display result -2d -path ${imagedir}/${test_image}.png