mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0022829: Incorrect result of boolean Fuse operation
Added test case bugs/modalg_5/bug22829
This commit is contained in:
19
tests/bugs/modalg_5/bug22829
Normal file
19
tests/bugs/modalg_5/bug22829
Normal file
@@ -0,0 +1,19 @@
|
||||
puts "=========="
|
||||
puts "OCC22829"
|
||||
puts "=========="
|
||||
puts ""
|
||||
###############################################
|
||||
# Incorrect result of boolean Fuse operation
|
||||
###############################################
|
||||
|
||||
restore [locate_data_file bug22829_Solid_3.brep] a
|
||||
checkshape a
|
||||
|
||||
restore [locate_data_file bug22829_Solid_7.brep] b
|
||||
checkshape b
|
||||
|
||||
bop a b
|
||||
bopfuse result
|
||||
|
||||
set square 420.355
|
||||
set 2dviewer 1
|
Reference in New Issue
Block a user