mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
17 lines
437 B
Plaintext
Executable File
17 lines
437 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC8229"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Exeption is raised during the ReadStep in DRAW on the attached shape
|
|
#######################################################################
|
|
|
|
set BugNumber OCC8229
|
|
|
|
if [catch { stepread [locate_data_file OCC8229.stp] a * } res] {
|
|
puts "Faulty ${BugNumber}"
|
|
} else {
|
|
puts "OK ${BugNumber}"
|
|
}
|
|
|