0024326: Get rid of confusing extension line
[occt.git] / tests / bugs / step / bug133_3
CommitLineData
0e94a94e 1puts "TODO OCC12345 ALL: Exception Raised while reading Step File"
0e94a94e 2
3puts "========================"
4puts "BUC60991"
5puts "OCC97"
6puts "OCC133"
7puts "========================"
8puts ""
9#######################################################
10##Exception when translating a STEP file to Open CASCADE (loading phase).
11#######################################################
12
5d1833ef 13set filepath [locate_data_file buc60990.stp]
14if {[catch {stepread $filepath a *}]} {
15 puts "Error: Exception Raised while reading Step File"
16} else {
17 tpcompound result
18}
0e94a94e 19
20set 2dviewer 0
21