mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-18 16:14:50 +08:00
33 lines
758 B
Plaintext
Executable File
33 lines
758 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC5729"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Regression on case cfe 900 K5
|
|
######################################################
|
|
|
|
set BugNumber OCC5729
|
|
|
|
restore [locate_data_file OCC5729-f1.brep] f1
|
|
restore [locate_data_file OCC5729-f2.brep] f2
|
|
|
|
decho off
|
|
set che_1 [checkshape f1]
|
|
decho on
|
|
if { [regexp {Faulty} $che_1] } {
|
|
puts "Faulty ${BugNumber} : checkshape is wrong for f1"
|
|
}
|
|
|
|
decho off
|
|
set che_2 [checkshape f2]
|
|
decho on
|
|
if { [regexp {Faulty} $che_2] } {
|
|
puts "Faulty ${BugNumber} : checkshape is wrong for f2"
|
|
}
|
|
|
|
bfuse result f1 f2
|
|
|
|
set square 28559.8
|
|
|
|
checknbshapes result -vertex 13 -edge 22 -wire 15 -face 13 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 66
|