mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
-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
27 lines
861 B
Plaintext
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
|