0028567: Get rid of the unused DRAW commands based on old Boolean Operations (BRepAlgo)
[occt.git] / tests / bugs / modalg_1 / bug1226
1 puts "================"
2 puts "OCC1226"
3 puts "The revolution problem reproduced in OCC Samples"
4 puts "================"
5 puts ""
6
7 vertex  v1  0  0 0
8 vertex  v2 50  0 0
9 vertex  v3 50 50 0
10
11 edge    e1 v1 v2
12 edge    e2 v2 v3
13 edge    e3 v3 v1
14
15 wire    w  e1 e2 e3
16
17 mkplane f  w
18
19 revol result  f  0  0  30 0 1 0 180
20
21 checkprops result -s 23211.3 
22 checkshape result
23 checkview -display result -2d -path ${imagedir}/${test_image}.png
24
25