mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
18 lines
532 B
Plaintext
18 lines
532 B
Plaintext
puts "========================"
|
|
puts "OCC26837"
|
|
puts "========================"
|
|
puts ""
|
|
#################################################
|
|
# SameParameter algorithm throws an exception
|
|
#################################################
|
|
|
|
restore [locate_data_file bug26837_e.brep] result
|
|
|
|
if [catch {sameparameter result} catch_result] {
|
|
puts "Faulty : SameParameter algorithm throws an exception"
|
|
} else {
|
|
puts "OK : SameParameter algorithm works properly"
|
|
}
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|