mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-22 04:37:23 +08: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}"
|
|
}
|
|
|