mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
18 lines
402 B
Plaintext
Executable File
18 lines
402 B
Plaintext
Executable File
puts "========"
|
|
puts "CR23716"
|
|
puts "========"
|
|
########################################################
|
|
## Boolean Fuse between two faces fails
|
|
########################################################
|
|
|
|
restore [locate_data_file bug23716_qf.brep] b
|
|
explode b
|
|
|
|
bop b_1 b_3
|
|
bopfuse result
|
|
|
|
checkprops result -s 45605.9
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|