mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-09 15:51:29 +08:00
a8676008f7
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing Correction of end file in group v3d Small correction of test case
30 lines
705 B
Plaintext
Executable File
30 lines
705 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC697"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Fuse operation does not work
|
|
######################################################
|
|
## (old topology)
|
|
## (fuse)
|
|
######################################################
|
|
|
|
puts "#"
|
|
puts "Non stable test case on Linux. MKV. 28.04.2010"
|
|
puts "#"
|
|
|
|
restore [locate_data_file OCC697_2.brep] b2
|
|
restore [locate_data_file OCC697_3.brep] b3
|
|
|
|
checkshape b2
|
|
checkshape b3
|
|
##############################################
|
|
if { [catch {bfuse result b2 b3} catch_result] } {
|
|
##############################################
|
|
puts "Faulty : an exception was caught"
|
|
}
|
|
|
|
set square 25357.5
|
|
set 2dviewer 0
|
|
|