mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-10 11:34:06 +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
24 lines
639 B
Plaintext
Executable File
24 lines
639 B
Plaintext
Executable File
pload QAcommands
|
|
|
|
puts "=================="
|
|
puts "BUC60669"
|
|
puts "=================="
|
|
puts ""
|
|
#############################################################
|
|
## An exception was caught OSD_SIGBUS: SIGBUS 'bus error' detected.**
|
|
## Exception ** OSD_SIGBUS: SIGBUS 'bus error' detected.
|
|
#############################################################
|
|
|
|
restore [locate_data_file buc60669a.brep] shell1
|
|
checkshape shell1
|
|
restore [locate_data_file buc60669b.brep] shell2
|
|
checkshape shell2
|
|
|
|
ksection result shell1 shell2 1000 0.0001 0.00001 0
|
|
|
|
#checksection res
|
|
checkprops result -l 104.754
|
|
checkshape result
|
|
checksection result
|
|
set 2dviewer 0
|