mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51: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
629 B
Plaintext
21 lines
629 B
Plaintext
puts "============"
|
|
puts "OCC25582"
|
|
puts "============"
|
|
puts ""
|
|
#########################################################################
|
|
# SIGSEGV in thrusections on coaxial circlular segments
|
|
#########################################################################
|
|
|
|
restore [locate_data_file bug25582_filletloft-draw-Loft-00-section.brep] Loft-00-section
|
|
restore [locate_data_file bug25582_filletloft-draw-Loft-01-section.brep] Loft-01-section
|
|
|
|
thrusections result 0 0 Loft-00-section Loft-01-section
|
|
|
|
if ![isdraw result] {
|
|
puts "Error : thrusections failed"
|
|
}
|
|
|
|
checkprops result -s 1.5708
|
|
checkshape result
|
|
set 2dviewer 0
|