mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +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
28 lines
331 B
Plaintext
28 lines
331 B
Plaintext
cpulimit 1000
|
|
|
|
restore [locate_data_file OCC62.brep] sh
|
|
|
|
#Delete invalid (in terms of bug#25109) triangulation
|
|
tclean sh
|
|
|
|
explode sh
|
|
|
|
bop sh_1 sh_3
|
|
bopfuse res1
|
|
|
|
bop res1 sh_2
|
|
bopfuse res2
|
|
btolx sh_6
|
|
|
|
bop res2 sh_6
|
|
bopfuse res3
|
|
|
|
bop res3 sh_4
|
|
bopfuse res4
|
|
btolx sh_5
|
|
|
|
bop res4 sh_5
|
|
bopfuse result
|
|
|
|
checkprops result -s 1.20917e+07
|