0026235: Command tolmax works wrong
[occt.git] / tests / bugs / moddata_2 / bug326
1 puts "================"
2 puts "OCC326"
3 puts "================"
4 puts ""
5 ###########################################################
6 ## Exception is raised in sewing on internal edges on attached shape
7 ###########################################################
8
9 restore [locate_data_file OCC326.brep] a 
10
11 if [catch { sewing result a } catch_result] {                                                                                                                       
12     puts "Faulty OCC326: here is sewing problem"                                                                                                                                 
13 } else {
14     puts "OCC326 OK: Sewing is ok, there is no except"
15 }
16
17 checkmaxtol result -ref 411.37576056225498
18 checknbshapes result -shell 1
19 checkfreebounds result 254
20
21 set 2dviewer 0
22