mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
26 lines
538 B
Plaintext
Executable File
26 lines
538 B
Plaintext
Executable File
puts "TODO OCC24156 MacOS: \\*\\*\\* Abort"
|
|
puts "TODO OCC24156 MacOS: ... The exception is"
|
|
|
|
puts "========================"
|
|
puts "BUC60948"
|
|
puts "========================"
|
|
|
|
restore [locate_data_file pump4.brep] a_1
|
|
checkshape a_1
|
|
|
|
#####################################################################
|
|
catch {exec rm ${imagedir}/buc60948.stp}
|
|
stepwrite a a_1 ${imagedir}/buc60948.stp
|
|
|
|
dall
|
|
|
|
stepread ${imagedir}/buc60948.stp a *
|
|
|
|
tpcompound result
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|
|
|
|
|