0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / modalg_1 / bug12627
1 puts "============"
2 puts "OCC12627"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Classification of a point comparing to a face is incorrect
7 #######################################################################
8
9 set BugNumber OCC12627
10
11 restore [locate_data_file OCC12627_1.brep] b1
12 restore [locate_data_file OCC12627_2.brep] b2
13
14 bop b1 b2
15 bopfuse result
16
17 set square 272295
18 checknbshapes result -vertex 13 -edge 20 -wire 9 -face 9 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 54
19 set 2dviewer 0
20
21