mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0026535: Boolean Cut does not work on shell and solids
Test case for issue #26535
This commit is contained in:
parent
9a7b15dc60
commit
17abefd113
26
tests/bugs/modalg_6/bug26535
Normal file
26
tests/bugs/modalg_6/bug26535
Normal file
@ -0,0 +1,26 @@
|
||||
puts "========"
|
||||
puts "OCC26535"
|
||||
puts "========"
|
||||
puts ""
|
||||
#################################################
|
||||
# Boolean Cut does not work on shell and solids
|
||||
#################################################
|
||||
|
||||
smallview
|
||||
|
||||
restore [locate_data_file bug26535-plate.brep] plate
|
||||
restore [locate_data_file bug26535-cutter.brep] cutter
|
||||
|
||||
checkshape plate
|
||||
checkshape cutter
|
||||
|
||||
bopargcheck plate
|
||||
bopargcheck cutter
|
||||
|
||||
bcut result plate cutter
|
||||
checkshape result
|
||||
|
||||
donly result
|
||||
fit
|
||||
|
||||
set only_screen_axo 1
|
Loading…
x
Reference in New Issue
Block a user