mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
23 lines
572 B
Plaintext
Executable File
23 lines
572 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " OCC424 "
|
|
puts "(case 1)"
|
|
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 E_5 E_6 } catch_result] {
|
|
puts "Faulty OCC424 (case 1): function FEATPERFORM works wrongly"
|
|
} else {
|
|
puts "OCC424 OK (case 1): function FEATPERFORM works properly"
|
|
}
|
|
|
|
checkprops result -s 978236.
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|