mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-01 10:26:12 +03:00
25 lines
554 B
Plaintext
Executable File
25 lines
554 B
Plaintext
Executable File
|
|
puts "========="
|
|
puts " OCC485 "
|
|
puts "========="
|
|
puts ""
|
|
#######################################
|
|
## Draw hangs up during performing fuse operation
|
|
#######################################
|
|
|
|
restore [locate_data_file OCC485a.brep] a_1
|
|
puts [checkshape a_1]
|
|
|
|
restore [locate_data_file OCC485a.brep] a_2
|
|
puts [checkshape a_2]
|
|
|
|
if [catch {bfuse result a_1 a_2 } result] {
|
|
puts "Faulty OCC485: Draw hangs up during performing fuse operation"
|
|
} else {
|
|
puts "OCC485 OK: function FUSE works without Draw hangs up "
|
|
}
|
|
|
|
set square 9291.88
|
|
set 2dviewer 0
|
|
|