1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-08 18:40:55 +03:00
ski a8676008f7 Adding of testing cases from subgroups 937 940 and 941 of CHL group
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing
Correction of end file in group v3d
Small correction of test case
2013-02-08 15:16:15 +04:00

23 lines
505 B
Plaintext
Executable File

puts "TODO OCC12345 ALL: Faulty BUC60815: NO EXCEPTION."
puts "=========="
puts "BUC60815"
puts "=========="
plane p1 1 0 0
plane p2 0 0 0 1 0 0
trim p1 p1 -50 50 -50 50
trim p2 p2 -75 75 -75 75
intersect r2 p1 p2
extsurf e1 r2 10 10 10
extsurf e3 r2 10 10 10
if [catch { intersect result e1 e3 } catch_result] {
puts "Faulty BUC60815: NO EXCEPTION."
puts "INTERSECTION BETWEEN TWO SURFACES LYING ON THE SAME PLANE UNDEFINED"
} else {
puts "BUC60815 OK: suitable except"
}
set 2dviewer 0