mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
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
23 lines
395 B
Plaintext
Executable File
23 lines
395 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " OCC410 "
|
|
puts "(case 4)"
|
|
puts "========================"
|
|
puts ""
|
|
|
|
restore [locate_data_file f7] b1
|
|
checkshape b1
|
|
|
|
restore [locate_data_file f3] b2
|
|
checkshape b2
|
|
|
|
|
|
if [catch {bcut result b2 b1 } result] {
|
|
puts "Faulty OCC410: function CUT works wrongly"
|
|
} else {
|
|
puts " OCC410 OK: function CUT works properly"
|
|
}
|
|
|
|
set square 93.6289
|
|
set 2dviewer 0
|