mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +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
22 lines
781 B
Plaintext
22 lines
781 B
Plaintext
puts "==========="
|
|
puts "OCC25697"
|
|
puts "==========="
|
|
puts ""
|
|
##########################################################################################
|
|
# Regression : Section obtained after command "bsection" in Test Harness is incorrect.
|
|
##########################################################################################
|
|
|
|
restore [locate_data_file bug25697_shell_for_seam.brep] s1
|
|
restore [locate_data_file bug25697_prism.brep] p1
|
|
bsection result s1 p1 -n2d2
|
|
|
|
regexp {nb alone Vertices : +([-0-9.+eE]+)} [checksection result] full nb_alone_Vertices
|
|
if { ${nb_alone_Vertices} == 2 } {
|
|
puts "OK: Good result done by Boolean Operation algorithm"
|
|
} else {
|
|
puts "Error: Wrong result done by Boolean Operation algorithm"
|
|
}
|
|
|
|
checkprops result -l 107.503
|
|
checkshape result
|