0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / step / bug24595
1 puts "================"
2 puts "OCC24595"
3 puts "================"
4 puts ""
5 #######################################################################################
6 # STEP import missing surfaces
7 #######################################################################################
8
9 stepread [locate_data_file bug24595_281390.stp] a *
10 explode a_1 f
11
12 checknbshapes a_1_3 -wire 1
13
14 bounding a_1_3 -dump -save Xmin Ymin Zmin Xmax Ymax Zmax
15
16 checkreal "Xmin" [dval Xmin] -7.1677412321949925 0.1 0.
17 checkreal "Ymin" [dval Ymin] -8.0000000999999994 0.1 0.
18 checkreal "Zmin" [dval Zmin] -150.00000009999999 0.1 0.
19 checkreal "Xmax" [dval Xmax] 7.1677412321949898 0.1 0.
20 checkreal "Ymax" [dval Ymax] 8.0000000999999994 0.1 0.
21 checkreal "Zmax" [dval Zmax] -141.99999990000001 0.1 0.
22