mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0026744: Boolean Cut builds incorrect result
Added test case bugs/modalg_6/bug26744
This commit is contained in:
16
tests/bugs/modalg_6/bug26744
Normal file
16
tests/bugs/modalg_6/bug26744
Normal file
@@ -0,0 +1,16 @@
|
||||
puts "=========="
|
||||
puts "OCC26744"
|
||||
puts "=========="
|
||||
puts ""
|
||||
#########################################
|
||||
# Boolean Cut builds incorrect result
|
||||
#########################################
|
||||
|
||||
restore [locate_data_file bug26744_BodyA.brep] a
|
||||
restore [locate_data_file bug26744_BodyB.brep] b
|
||||
|
||||
bop a b
|
||||
bopcut result
|
||||
|
||||
set square 1.54891e+06
|
||||
set 3dviewer 1
|
Reference in New Issue
Block a user