0028345: Data Exchange - Reading STEP model using STEPCAF crashes
[occt.git] / tests / bugs / step / bug28345
CommitLineData
078f9164 1puts "# ====================================================================="
2puts "# 0028345: Data Exchange - Reading STEP model using STEPCAF crashes"
3puts "# ====================================================================="
4puts ""
5
6pload DCAF
7ReadStep D_1 [locate_data_file bug28345_30338.stp]
8
9# Check imported names
10set info [XGetAllLayers D_1]
11if { [regexp "COMPONENTS" $info] != 1 } {
12 puts "Error : wrong layer name"
13}
14
15Close D_1