0024755: TDF_Label::AddAttribute() reverses the order of added attributes
[occt.git] / tests / boolean / bopcut_simple / ZQ1
1 puts "============"
2 puts "CR23431"
3 puts "============"
4 puts ""
5 ###################################################################################
6 # BOP Cut produces invalid shape
7 ###################################################################################
8
9 plane pl1
10 mkface face_1 pl1 -100 100 -100 100
11
12 circle c1 0 0 0 20
13 circle c2 0 0 0 30
14
15 mkedge e1 c1
16 wire w1 e1
17 mkface d1 pl1 w1
18
19 mkedge e2 c2
20 wire w2 e2
21 mkface d2 pl1 w2
22
23 bop d2 d1
24 bopcut D_coupe_1
25
26 bop D_coupe_1 d1
27 bopfuse Union_1
28
29 bop face_1 Union_1
30 bopcut result
31
32 set square 37172.6
33
34
35
36
37
38
39