Adding of testing cases from subgroups 937 940 and 941 of CHL group
[occt.git] / tests / bugs / moddata_1 / buc60815
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Faulty BUC60815: NO EXCEPTION."
2puts "=========="
3puts "BUC60815"
4puts "=========="
5
6plane p1 1 0 0
7plane p2 0 0 0 1 0 0
8trim p1 p1 -50 50 -50 50
9trim p2 p2 -75 75 -75 75
10intersect r2 p1 p2
11extsurf e1 r2 10 10 10
12extsurf e3 r2 10 10 10
13
14if [catch { intersect result e1 e3 } catch_result] {
15 puts "Faulty BUC60815: NO EXCEPTION."
16 puts "INTERSECTION BETWEEN TWO SURFACES LYING ON THE SAME PLANE UNDEFINED"
17} else {
18 puts "BUC60815 OK: suitable except"
19}
20
21set 2dviewer 0
22