0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / moddata_3 / bug599
1 puts "========================"
2 puts " OCC599"
3 puts "========================"
4 puts ""
5 #########################################################
6 ## Result of BOPFUSE operation is unclosed shape inspite of source solids are valid
7 #########################################################
8
9 cpulimit 2000
10
11 restore [locate_data_file OCC600_1.brep] a
12 checkshape a
13 restore [locate_data_file OCC600_2.brep] b
14 checkshape b
15
16 bop b a
17 bopfuse result
18
19 set square 679784
20 set 2dviewer 0
21
22