mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-05 11:24:17 +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
29 lines
656 B
Plaintext
Executable File
29 lines
656 B
Plaintext
Executable File
puts "==========="
|
|
puts "OCC22717"
|
|
puts "==========="
|
|
puts ""
|
|
#######################################################################
|
|
# Exception during sewing
|
|
#######################################################################
|
|
|
|
set BugNumber OCC22717
|
|
|
|
catch { pload XDE }
|
|
|
|
igesread [locate_data_file OCC22717-8_hole.igs] shape_8h *
|
|
|
|
if [catch {sewing result 0.019 shape_8h} catch_result] {
|
|
puts "Faulty ${BugNumber} : function Sewing works wrongly"
|
|
} else {
|
|
checkshape result f
|
|
}
|
|
|
|
checkmaxtol result -ref 0.99057887669774025
|
|
checknbshapes result -shell 1
|
|
checkfreebounds result 13
|
|
|
|
checkprops result -s 16490.5
|
|
checkshape result
|
|
set 3dviewer 0
|
|
|