1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-08 18:40:55 +03:00
2015-12-22 18:04:39 +03:00

18 lines
481 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"
}
set 2dviewer 1