mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
28 lines
509 B
Plaintext
Executable File
28 lines
509 B
Plaintext
Executable File
puts "TODO OCC24156 MacOS: \\*\\*\\* Abort"
|
|
puts "TODO OCC24156 MacOS: ... The exception is"
|
|
|
|
set os $env(os_type)
|
|
|
|
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
|
|
|
|
set 2dviewer 0
|
|
|
|
|
|
|