0031485: Data Exchange - Export STEP in nonmanifold mode looses all faces except one
[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
5747059b 20checkview -display result -2d -path ${imagedir}/${test_image}.png
0e94a94e 21