0026833: Create command checkview containing all viewer types
[occt.git] / tests / boolean / bcommon_simple / I6
1 # This series od example is designed to compare 
2 # a very simple Boolean operation with what is
3 # possible under Euclid Designer
4
5 # face constructed from four points
6
7 box ba 3 3 0 5 7 4
8
9 vertex v1 7 0 2
10 vertex v2 8 0 2
11 vertex v3 8 0 3
12 vertex v4 7 0 3
13
14 edge ea v1 v2
15 edge eb v2 v3
16 edge ec v3 v4
17 edge ed v4 v1
18
19 wire w ea eb ec ed
20 mkplane f w
21
22 prism bb f 0 6 0
23
24 bcommon result ba bb
25
26 checkprops result -s 14
27 checkview -display result -2d -s -otherwise { ba bb } -path ${imagedir}/${test_image}.png