mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
24 lines
410 B
Plaintext
24 lines
410 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
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|