0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / modalg_5 / bug23933
CommitLineData
f1419025 1puts "============"
2puts "OCC23933"
3puts "============"
4puts ""
5######################################################
6# Self intersection reported after Fuse operation
7######################################################
8
9restore [locate_data_file bug23933_a.brep] a
10restore [locate_data_file bug23933_b.brep] b
11
12checkshape a
13checkshape b
14bopargcheck a b -F
15
16if { [catch {bfuse result a b} catch_result] } {
17 puts "Faulty OCC697"
18}
19
20checkshape result
21bopargcheck result
22
23set square 246487
24set 3dviewer 1