1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/moddata_2/bug6450_2
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

25 lines
528 B
Plaintext
Executable File

puts "============"
puts "OCC6450"
puts "============"
puts ""
######################################################
# Cannot get common part of two parallel halfspaces
######################################################
set BugNumber OCC6450
plane pl 100 0 0 1 0 0
mkface f pl
halfspace so1 f 0 0 0
ttranslate f -200 0 0
trotate f 0 0 0 0 0 1 45
halfspace so2 f 0 0 0
bcommon result so1 so2
if {[dtyp result] == ""} {
puts "Faulty ${BugNumber}: operation failed"
} else {
puts "OK ${BugNumber}"
}
set 2dviewer 0