mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
22 lines
491 B
Plaintext
22 lines
491 B
Plaintext
puts "============"
|
|
puts "OCC24496"
|
|
puts "============"
|
|
puts ""
|
|
#################################
|
|
# Crash on BRepAlgoAPI_Section
|
|
#################################
|
|
|
|
restore [locate_data_file bug24496_face1.brep] f1
|
|
restore [locate_data_file bug24496_face2.brep] f2
|
|
|
|
bsection result f1 f2
|
|
|
|
if { [llength [explode result]] != 2 } {
|
|
puts "Error: wrong number of intersections. Should be result_1 and result_2"
|
|
} else {
|
|
puts "OK: bsection works properly"
|
|
}
|
|
|
|
set length 11.7031
|
|
set 2dviewer 1
|