0030052: Data Exchange - STEP import missing surfaces
[occt.git] / tests / bugs / step / bug8229
CommitLineData
e54706ed 1puts "============"
2puts "OCC8229"
3puts "============"
4puts ""
5#######################################################################
6# Exeption is raised during the ReadStep in DRAW on the attached shape
7#######################################################################
8
9set BugNumber OCC8229
10
5d1833ef 11set filepath [locate_data_file OCC8229.stp]
12if [catch { stepread $filepath a * } res] {
e54706ed 13 puts "Faulty ${BugNumber}"
14} else {
15 puts "OK ${BugNumber}"
16}
17