mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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
|