Files
OCCT/tests/bugs/moddata/bug618
apn f1aa2b6272 Adding new testing cases for chl grid
Adding procedures checkcolor and checkpoint.
Modified test cases which are used QAGetPixelColor or QAAISGetPixelColor2d
Allow using command QAAISGetPixelColor2d on WNT
Rename test case tests/bugs/vis/bug19619 to pro19619
Added test cases to modalg and moddata
2012-12-14 16:56:11 +04:00

22 lines
463 B
Plaintext
Executable File

puts "========================"
puts "OCC618"
puts "========================"
puts ""
############################
## Exception during bop
############################
restore [locate_data_file OCC618a.brep] a
puts [checkshape a]
restore [locate_data_file OCC618b.brep] b
puts [checkshape b]
if [catch {bop a b} catch_result] {
puts "Faulty OCC618 : BOP operation was made wrongly"
} else {
puts "OCC618 OK: BOP operation works OK"
}
set 2dviewer 0