mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
26 lines
617 B
Plaintext
Executable File
26 lines
617 B
Plaintext
Executable File
|
|
puts "========="
|
|
puts " OCC485 "
|
|
puts "========="
|
|
puts ""
|
|
#######################################
|
|
## Draw hangs up during performing fuse operation
|
|
#######################################
|
|
|
|
restore [locate_data_file OCC485a.brep] a_1
|
|
checkshape a_1
|
|
|
|
restore [locate_data_file OCC485a.brep] a_2
|
|
checkshape a_2
|
|
|
|
if [catch {bfuse result a_1 a_2 } res] {
|
|
puts "Faulty OCC485: Draw hangs up during performing fuse operation"
|
|
} else {
|
|
puts "OCC485 OK: function FUSE works without Draw hangs up "
|
|
}
|
|
|
|
checkprops result -s 9291.88
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|