0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_7 / bug24632_2
1 puts "========"
2 puts "OCC24632"
3 puts "========"
4 puts ""
5 ###############################################################
6 # Artifacts during Boolean cut operation on neighboring parts
7 ###############################################################
8
9 restore [locate_data_file bug24632_general.brep] general
10 restore [locate_data_file bug24632_fitting.brep] fitting
11 restore [locate_data_file bug24632_cramp.brep] cramp
12 restore [locate_data_file bug24632_cut_1.brep] cut_1
13 restore [locate_data_file bug24632_cut_2.brep] cut_2
14
15 explode fitting so
16 bclearobjects
17 bcleartools
18 baddobjects fitting_1 fitting_2
19 bfillds
20 bbuild fitting_12
21 checkshape fitting_12
22
23 bclearobjects
24 bcleartools
25 baddobjects general fitting_12
26 bfillds
27 bbuild beam
28 checkshape beam
29
30 bclearobjects
31 bcleartools
32 baddobjects beam cramp
33 bfillds
34 bbuild beam_1
35 checkshape beam_1
36
37 bop beam_1 cut_1
38 bopcut beam_2
39 checkshape beam_2
40
41 bop beam_2 cut_2
42 bopcut result
43 checkshape result
44
45 checknbshapes result -solid 4 -shell 4 -face 64 -wire 73 -t
46 checkprops result -v 1.61677e+8
47
48 checkview -display result -2d -path ${imagedir}/${test_image}.png