1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_5/bug25568
msv a4bb1420ca 0025568: SIGSEGV in thrusections with edge without 3D curve
-Set algorithm flag NotDone if there is a non-degenerated edge with absent 3D curve.
-Check IsDone flag in thrusection command.
-Add test case bugs/modalg_5/bug25568.

Small correction of test case for issue CR25568
2014-12-11 16:43:55 +03:00

27 lines
861 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"
}
}
set square 25.236
set 2dviewer 0