mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024360: Hang up trying to intersect two faces
Added test case bugs/modalg_5/bug24360
This commit is contained in:
17
tests/bugs/modalg_5/bug24360
Normal file
17
tests/bugs/modalg_5/bug24360
Normal file
@@ -0,0 +1,17 @@
|
||||
puts "============"
|
||||
puts "OCC24360"
|
||||
puts "============"
|
||||
puts ""
|
||||
######################################################
|
||||
# Hang up trying to intersect two faces
|
||||
######################################################
|
||||
|
||||
restore [locate_data_file bug24360_Face_1.brep] b1
|
||||
restore [locate_data_file bug24360_Face_2.brep] b2
|
||||
|
||||
bop b1 b2
|
||||
bopfuse result
|
||||
|
||||
set square 92255.4
|
||||
set 2dviewer 1
|
||||
|
Reference in New Issue
Block a user