mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
- Added function checkprops, set default tolerance parameter to 1.0e-4 - Using "area" instead of "square". - Options "-equal\notequal" isn't used together with "-s" in blend and offset test cases. - Correct regressions/differences/improvements and CPU problem (set props tolerance to 0.1) - Corrected test cases to use checkprops proc. - Correct image difference - Updated TODOs in test cases. - Updated test cases to get correct images of result shape
29 lines
610 B
Plaintext
Executable File
29 lines
610 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "BUC60789"
|
|
puts "========"
|
|
puts ""
|
|
|
|
#restore buc60789c.brep S1
|
|
##by apn
|
|
restore [locate_data_file buc60787b.brep] S1
|
|
checkshape S1
|
|
restore [locate_data_file buc60789d.brep] S2
|
|
checkshape S2
|
|
|
|
bcut result S2 S1
|
|
|
|
set nb_info [nbshapes result]
|
|
regexp {VERTEX +: +([-0-9.+eE]+)} $nb_info full ve
|
|
regexp {EDGE +: +([-0-9.+eE]+)} $nb_info full ed
|
|
|
|
if { $ve != 0 && $ed != 0 } {
|
|
puts " BUC60789 OK: CUT operation was made properly"
|
|
} else {
|
|
puts "Faulty BUC60789: CUT operation was made wrongly"
|
|
}
|
|
checkprops result -l 288.856
|
|
checkshape result
|
|
checksection result
|
|
set 2dviewer 0
|