Files
OCCT/tests/bugs/modalg/bug616
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

23 lines
563 B
Plaintext
Executable File

puts "========================"
puts " OCC616"
puts "========================"
puts ""
########################################
## Function MKOFFSET gives exception for attached face
########################################
restore [locate_data_file OCC616.brep] a
puts [checkshape a]
if { [catch {mkoffset result a 5 -2} catch_result] } {
puts "Faulty OCC616: function MKOFFSET works with exception"
} else {
renamevar result_1 result
puts [checkshape result]
puts "OCC616 OK: function MKOFFSET works OK"
}
set length 1062.78
set 2dviewer 0