mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
The reason of hanging has been eliminated. Test case for issue CR24161 Small correction of test case for this issue
24 lines
370 B
Plaintext
24 lines
370 B
Plaintext
puts "=========="
|
|
puts "OCC24161"
|
|
puts "=========="
|
|
puts ""
|
|
###########################################
|
|
# boolean operation hanging
|
|
###########################################
|
|
|
|
cpulimit 100
|
|
|
|
restore [locate_data_file bug24161_MirrorSolids.brep] m
|
|
explode m
|
|
|
|
bop m_1 m_2
|
|
bopfuse result
|
|
|
|
checkshape result
|
|
bopargcheck result
|
|
|
|
smallview
|
|
donly result
|
|
|
|
set only_screen_axo 1
|