0026938: Boolean operations fail between two ellipsoids
[occt.git] / tests / bugs / modalg_1 / bug1226
CommitLineData
61c421bf 1puts "================"
2puts "OCC1226"
3puts "The revolution problem reproduced in OCC Samples"
4puts "================"
5puts ""
6
7vertex v1 0 0 0
8vertex v2 50 0 0
9vertex v3 50 50 0
10
11edge e1 v1 v2
12edge e2 v2 v3
13edge e3 v3 v1
14
15wire w e1 e2 e3
16
17mkplane f w
18
19revol result f 0 0 30 0 1 0 180
20
58cf74e0 21checkprops result -s 23211.3
22checkshape result
5747059b 23checkview -display result -2d -path ${imagedir}/${test_image}.png
61c421bf 24
25