mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 04:59:58 +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
23 lines
563 B
Plaintext
Executable File
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
|