mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +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
23 lines
475 B
Plaintext
23 lines
475 B
Plaintext
#puts "TODO #23749 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
|
|
cpulimit 4500
|
|
|
|
restore [locate_data_file lh3d_px2.brep] a
|
|
compound result
|
|
set i 1
|
|
repeat 199 {
|
|
plane p_$i 0 $i*100 0 0 1 0
|
|
mkface f_$i p_$i
|
|
set bsres [bsection s_$i a f_$i]
|
|
if { [regexp {Error} $bsres] } {
|
|
puts "Error: bsection not done"
|
|
}
|
|
compound result s_$i result
|
|
set dist [expr $i * 100]
|
|
puts "OK Section:$dist"
|
|
incr i
|
|
}
|
|
|
|
checkprops result -l 2.7724e+07
|
|
checksection result
|