0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / step / bug31675
1 puts "===================================="
2 puts "0031675: Er-ror opening the STEP-file"
3 puts "===================================="
4 puts ""
5
6 pload DCAF
7
8 # Read file
9 ReadStep D [locate_data_file bug31675.stp]
10 XGetOneShape res D
11
12 # Checking 
13 checknbshapes res -face 1036 -wire 2103 -compound 6
14 checkshape res f
15
16 Close D