0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / step / bug2845
CommitLineData
06da7b7e 1puts "========"
2puts "OCC2845"
3puts "========"
4puts ""
5####################################################
6## Regression of work of selections for STEP translator.
7####################################################
8
9set BugNumber OCC2845
10set filepath [locate_data_file extref.stp]
11if [catch { stepread $filepath a * } res] {
12 puts "Faulty ${BugNumber} : here is reading problem"
13} else {
14 tpcompound result
15 set info [listtypes xst-transferrable-roots]
16 if {$info == ""} {
17 puts "Faulty ${BugNumber}"
18 } else {
19 puts "OK ${BugNumber}"
20 }
21}
22
5747059b 23checkview -display result -2d -path ${imagedir}/${test_image}.png
06da7b7e 24