mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0030490: Modeling Algorithms - Incomplete result of Cut operation
The problem is fixed by the fix for the issue #0027448, thus integrating the test case only.
This commit is contained in:
parent
88b12b7c05
commit
5d0038626b
21
tests/bugs/modalg_7/bug30490
Normal file
21
tests/bugs/modalg_7/bug30490
Normal file
@ -0,0 +1,21 @@
|
||||
puts "========"
|
||||
puts "0030490: Modeling Algorithms - Incomplete result of Cut operation"
|
||||
puts "========"
|
||||
puts ""
|
||||
|
||||
restore [locate_data_file bug30490_ar_shape_to_cuts.brep] s1
|
||||
restore [locate_data_file bug30490_ar_cutting_shapes.brep] s2
|
||||
|
||||
bclearobjects
|
||||
bcleartools
|
||||
baddobjects s1
|
||||
baddtools s2
|
||||
bfillds
|
||||
|
||||
bbop result 2
|
||||
|
||||
checkshape result
|
||||
checknbshapes result -face 2 -wire 2
|
||||
checkprops result -s 432.691
|
||||
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user