mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
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
22 lines
463 B
Plaintext
Executable File
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
|