0029484: Avoid inheritance of the BRepAlgoAPI_Check from BRepBuilderAPI_MakeShape
[occt.git] / tests / bugs / modalg_7 / bug24632_1
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_cramp.brep] cramp
11 restore [locate_data_file bug24632_cut_1.brep] cut_1
12 restore [locate_data_file bug24632_cut_2.brep] cut_2
13
14 bclearobjects
15 bcleartools
16 baddobjects general cramp
17 bfillds
18 bbuild beam
19 checkshape beam
20
21 bop beam cut_1
22 bopcut beam_1
23 checkshape beam_1
24
25 bop beam_1 cut_2
26 bopcut result
27 checkshape result
28
29 checknbshapes result -solid 2 -shell 2 -face 33 -wire 40 -t
30 checkprops result -v 5.40325e+7
31
32 checkview -display result -2d -path ${imagedir}/${test_image}.png