mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +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
890 B
Plaintext
28 lines
890 B
Plaintext
puts "============"
|
|
puts "OCC25568"
|
|
puts "============"
|
|
puts ""
|
|
#########################################################################
|
|
# SIGSEGV in thrusections with edge without 3D curve
|
|
#########################################################################
|
|
|
|
restore [locate_data_file bug25568_loft-inv1-draw-Loft-00-section.brep] Loft-00-section
|
|
restore [locate_data_file bug25568_loft-inv1-draw-Loft-01-section.brep] Loft-01-section
|
|
|
|
if [info exists result] {unset result}
|
|
|
|
thrusections result 0 0 Loft-00-section Loft-01-section
|
|
|
|
if ![isdraw result] {
|
|
if {[info commands fixshape] == ""} {pload XSDRAW}
|
|
fixshape Loft-00-section_fixed Loft-00-section
|
|
thrusections result 0 0 Loft-00-section_fixed Loft-01-section
|
|
if ![isdraw result] {
|
|
puts "Error : thrusection is failed even after fixing arguments"
|
|
}
|
|
}
|
|
|
|
checkprops result -s 25.236
|
|
checkshape result
|
|
set 2dviewer 0
|