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