0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / step / bug28797
CommitLineData
b80d766a 1puts "========"
2puts "OCC28797"
3puts "========"
4puts ""
5#########################################################################
6# Data Exchange - Exception is raised during reading attached STEP file
7#########################################################################
8
9set aFile [locate_data_file bug28797_36x60.step]
10
11if {[catch {stepread $aFile a *}]} {
12 puts "ERROR: OCC28797 is reproduced. Exception was raised during reading initial file."
13} else {
14 tpcompound result
15}
16
17checkview -display result -2d -path ${imagedir}/${test_image}.png