mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03: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
484 B
Plaintext
Executable File
22 lines
484 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " OCC424 "
|
|
puts "(case 2)"
|
|
puts "========================"
|
|
puts ""
|
|
|
|
restore [locate_data_file CFE_e_lonfzx.rle] E
|
|
nexplode E f
|
|
|
|
profile cont S E_10 F 50 -100 X 50 Y -100 X -50
|
|
featdprism E cont E_10 10 1 1
|
|
|
|
if [catch {featperform dprism result } catch_result] {
|
|
puts "Faulty OCC424 (case 2): function FEATPERFORM works wrongly"
|
|
} else {
|
|
puts "OCC424 OK (case 2): function FEATPERFORM works properly"
|
|
}
|
|
|
|
set square 978236.
|
|
set 2dviewer 0
|