0029484: Avoid inheritance of the BRepAlgoAPI_Check from BRepBuilderAPI_MakeShape
[occt.git] / tests / bugs / modalg_7 / bug24632_3
CommitLineData
9026dea8 1puts "========"
2puts "OCC24632"
3puts "========"
4puts ""
5###############################################################
6# Artifacts during Boolean cut operation on neighboring parts
7###############################################################
8
9box b1 10 10 10
10
11box b2 10 0 0 10 10 10
12
13plane p -10 5 5 1 0 0
14pcylinder cut p 2.5 40
15checkshape cut
16
17bclearobjects
18bcleartools
19baddobjects b1 b2
20bfillds
21bbuild c
22checkshape c
23
24bop c cut
25bopcut result
26checkshape result
27
28checknbshapes result -solid 2 -shell 2 -face 13 -wire 16
29checkprops result -v 1607.3
30
31checkview -display result -2d -path ${imagedir}/${test_image}.png