mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
22 lines
595 B
Plaintext
22 lines
595 B
Plaintext
puts "============"
|
|
puts "OCC24684"
|
|
puts "============"
|
|
puts ""
|
|
############################################################################
|
|
# Command fixshape hangs up on the attached shape
|
|
############################################################################
|
|
|
|
pload XSDRAW
|
|
|
|
restore [locate_data_file bug24684_r.brep] a
|
|
|
|
cpulimit 60
|
|
|
|
fixshape result a
|
|
|
|
checkprops result -s 337959
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 300 -edge 443 -wire 171 -face 149 -shell 85 -solid 15 -compsolid 0 -compound 3 -shape 1166
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|