mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0027760: [regression] BRepAlgoAPI_Common returns empty result
Problem is not reproduced on current master. Issue must be closed on 7.2.0. Test case was added only.
This commit is contained in:
parent
cba287d62a
commit
569c958248
25
tests/bugs/modalg_7/bug27760
Normal file
25
tests/bugs/modalg_7/bug27760
Normal file
@ -0,0 +1,25 @@
|
||||
puts "========"
|
||||
puts "OCC27760"
|
||||
puts "========"
|
||||
puts ""
|
||||
########################################################
|
||||
# [regression] BRepAlgoAPI_Common returns empty result
|
||||
########################################################
|
||||
|
||||
restore [locate_data_file bug27760_leid.brep] l
|
||||
|
||||
explode l
|
||||
brunparallel 1
|
||||
bop l_1 l_2
|
||||
bopcommon result
|
||||
|
||||
set bug_info [string trim [explode result]]
|
||||
if {[llength $bug_info] == 0} {
|
||||
puts "ERROR: OCC27760 is reproduced. Result of bopcommon operation is empty compound."
|
||||
}
|
||||
|
||||
vinit
|
||||
vdisplay result
|
||||
vfit
|
||||
|
||||
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user