mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +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
16 lines
515 B
Plaintext
16 lines
515 B
Plaintext
## =========================================
|
|
## Grid : CCV002
|
|
## Test : C1
|
|
## Comment : From CV tests serie page 58/59
|
|
## ==========================================
|
|
|
|
puts "TODO ?OCC23068 ALL:Error\\s*:\\s*The offset is not valid. The volume is"
|
|
puts "TODO ?OCC23068 ALL:Error\\s*:\\s*.*The volume"
|
|
puts "TODO ?OCC23068 ALL:Faulty shapes in variables faulty_1 to faulty_"
|
|
|
|
restore [locate_data_file CCV_2_c1_gsv.rle] s
|
|
explode s F
|
|
catch {offsetcompshape result s -10 s_8 s_10}
|
|
|
|
checkprops result -v 3.0764e+06
|