0028245: Result of Cells Builder algorithm becomes invalid after removal of internal...
[occt.git] / tests / boolean / cells_test / C3
CommitLineData
338434c7 1puts "========"
2puts "OCC26798"
3puts "========"
4puts ""
5#######################################################################
6# Boolean operations: keep desired cells and boundaries in the result
7#######################################################################
8
9smallview
10
11circle c1 0 10 0 15
12circle c2 20 10 0 15
13circle c3 10 0 0 15
14mkedge e1 c1
15mkedge e2 c2
16mkedge e3 c3
17wire w1 e1
18wire w2 e2
19wire w3 e3
20mkplane f1 w1
21mkplane f2 w2
22mkplane f3 w3
23
24donly f1 f2 f3
25fit
26
27bclearobjects
28bcleartools
29baddobjects f1 f2
30baddtools f3
31bfillds
32bcbuild r
33
34bcremoveall
35bcadd result f1 1 f2 0 f3 1
36bcadd result f1 0 f2 1 f3 1
37
38donly result
39fit
40
58cf74e0 41checkprops result -s 351.984
338434c7 42