mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
0030955: [Regression to 7.3.0] Modeling Algorithms - Incorrect result of fuse operation
Added test case.
This commit is contained in:
parent
06aa200142
commit
92915edda8
16
tests/bugs/modalg_8/bug30955
Normal file
16
tests/bugs/modalg_8/bug30955
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
puts "========================================================================="
|
||||||
|
puts "0030955: Modeling Algorithms - Incorrect result of fuse operation"
|
||||||
|
puts "========================================================================="
|
||||||
|
puts ""
|
||||||
|
|
||||||
|
restore [locate_data_file bug30407_fuse3.brep] s
|
||||||
|
set exp [explode s so]
|
||||||
|
bclearobjects
|
||||||
|
bcleartools
|
||||||
|
baddobjects s_1
|
||||||
|
eval baddtools [lrange $exp 1 end]
|
||||||
|
bfillds
|
||||||
|
bbop r 1
|
||||||
|
checkshape r
|
||||||
|
|
||||||
|
checkview -display r -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user