mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
0026534: Boolean Cut returns empty result
Integrating test case only as the problem is not reproduced anymore.
This commit is contained in:
parent
59af6f852a
commit
129d6e8cc4
31
tests/bugs/modalg_6/bug26534
Normal file
31
tests/bugs/modalg_6/bug26534
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
puts "========"
|
||||||
|
puts "0026534: Boolean Cut returns empty result"
|
||||||
|
puts "========"
|
||||||
|
puts ""
|
||||||
|
|
||||||
|
restore [locate_data_file bug26534_plate.brep] plate
|
||||||
|
restore [locate_data_file bug26534_cutter.brep] cutter
|
||||||
|
|
||||||
|
checkshape plate
|
||||||
|
checkshape cutter
|
||||||
|
|
||||||
|
bopargcheck plate
|
||||||
|
bopargcheck cutter
|
||||||
|
|
||||||
|
bclearobjects
|
||||||
|
bcleartools
|
||||||
|
baddobjects plate
|
||||||
|
baddtools cutter
|
||||||
|
bfillds
|
||||||
|
|
||||||
|
bbop result 2
|
||||||
|
checkshape result
|
||||||
|
checknbshapes result -wire 6 -face 6 -shell 1
|
||||||
|
checkprops result -s 5.41575e+06
|
||||||
|
|
||||||
|
bbop rcommon 0
|
||||||
|
checkshape rcommon
|
||||||
|
checknbshapes rcommon -wire 3 -face 3 -shell 1
|
||||||
|
checkprops rcommon -s 1.8493e+06
|
||||||
|
|
||||||
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user