0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / step / bug30533
CommitLineData
7b93ae3c 1puts "==================================================="
2puts " 0030533: Data Exchange - Crash during STEP import."
3puts "==================================================="
4puts ""
5
6pload DCAF
7
8param read.stepcaf.subshapes.name On
9
10ReadStep D [locate_data_file bug30533.stp]
11
12# Check imported names
13set name [GetName D 0:1:1:5:1]
14if {$name != "NONE"} {
15 puts "Error: wrong name of subshape"
16}
17set name [GetName D 0:1:1:5:2]
18if {$name != "NONE"} {
19 puts "Error: wrong name of subshape"
20}
21
22Close D
23
24# return param to default value
25param read.stepcaf.subshapes.name Off