7f335447f87d811532c902b9ea24bad127819816
[occt.git] / tests / bugs / modalg_2 / bug426
1 if {[array get env os_type] != ""} {
2     set os $env(os_type)
3 }
4 if {[string compare $os "windows"] != 0 } {
5     puts "TODO OCC12345 ALL: Exception"
6     puts "TODO OCC12345 ALL: An exception was caught"
7     puts "TODO OCC12345 ALL: TEST INCOMPLETE"
8 }
9
10 pload QAcommands
11
12 puts "========"
13 puts "OCC426"
14 puts "OCC50"
15 puts "========"
16 #############################################################################
17 ## The result of fuse operation is invalid
18 #############################################################################
19 ## BRepFilletAPI_MakeFillet presents a bug on fillet computation (build())
20 #############################################################################
21 ## (old topology)
22 #############################################################################
23
24 OCC426 result rs1 rs2 rs3 fuse32 fuse321 0
25
26 checkshape rs1
27 checkshape rs2
28 checkshape rs3
29 checkshape fuse32
30 checkshape fuse321
31
32 set square 7507.61
33 set 2dviewer 1
34