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