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
21 lines
462 B
Plaintext
21 lines
462 B
Plaintext
## ====================================
|
|
## Grid : CFI900
|
|
## Test : G3
|
|
## Comment : from pro6309
|
|
## ====================================
|
|
|
|
restore [locate_data_file CFI_pro6309a.rle] a
|
|
tscale a 0 0 0 1000
|
|
restore [locate_data_file pro6309b.rle] b
|
|
tscale b 0 0 0 1000
|
|
#restore pro6309c.rle c
|
|
#restore pro6309d.rle d
|
|
invert b
|
|
shape bb So
|
|
add b bb
|
|
bcut cab a bb
|
|
nexplode cab e
|
|
blend result cab 10 cab_9 10 cab_10 10 cab_2 10 cab_11
|
|
|
|
checkprops result -s 180881
|