0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_7 / optimal_bndbox_exception
1 puts "========"
2 puts "0032236: Modeling Algorithms - E x c e p t i o n on calculation optimal bounding box"
3 puts "========"
4 puts ""
5
6 set aShapeData "
7 DBRep_DrawableShape
8
9 CASCADE Topology V1, (c) Matra-Datavision
10 Locations 0
11 Curve2ds 4
12 1 -1.3333333333333335 0 0 1 
13 1 0 -1.6666666666666667 1 0 
14 1 1.6666666666666665 0 0 1 
15 1 0 1.3333333333333333 1 0 
16 Curves 0
17 Polygon3D 0
18 PolygonOnTriangulations 0
19 Surfaces 1
20 9 0 0 0 0 3 3 4 4 2 2 0 3 1.9999999999999998  0 1.6666666666666665 1.9999999999999998  0 0.3333333333333332 1.9999999999999996  0 -0.99999999999999989 2  
21 0 2.9999999999999991 0.66666666666666718  0 1.6666666666666659 0.66666666666666741  0 0.3333333333333332 0.66666666666666663  0 -0.99999999999999956 0.66666666666666663  
22 0 3.0000000000000009 -0.66666666666666718  0 1.6666666666666676 -0.66666666666666752  0 0.33333333333333331 -0.66666666666666652  0 -1.0000000000000002 -0.66666666666666685  
23 0 3.0000000000000004 -2  0 1.6666666666666667 -2  0 0.33333333333333326 -1.9999999999999996  0 -1 -2  
24
25 -1.3333333333333335 4
26 2.6666666666666665 4
27
28 -2.666666666666667 4
29 1.3333333333333333 4
30
31 Triangulations 0
32
33 TShapes 8
34 Ve
35 4.000004
36 0 -1 -1
37 0 0
38
39 0101101
40 *
41 Ed
42  4.000004 1 1 1
43 2  1 1 0 -1.66666666666667 1.33333333333333
44 0
45
46 0101000
47 +8 0 -8 0 *
48 Ed
49  4.000004 1 1 1
50 2  2 1 0 -1.33333333333333 1.66666666666667
51 0
52
53 0101000
54 +8 0 -8 0 *
55 Ed
56  4.000004 1 1 1
57 2  3 1 0 -1.66666666666667 1.33333333333333
58 0
59
60 0101000
61 +8 0 -8 0 *
62 Ed
63  4.000004 1 1 1
64 2  4 1 0 -1.33333333333333 1.66666666666667
65 0
66
67 0101000
68 +8 0 -8 0 *
69 Wi
70
71 0101100
72 -7 0 +6 0 +5 0 -4 0 *
73 Fa
74 0  1e-07 1 0
75
76 0101000
77 +3 0 *
78 Sh
79
80 1101000
81 +2 0 *
82
83 +1 0
84 "
85
86 set aFile [open "$imagedir/${casename}.brep" wb]
87 puts $aFile $aShapeData
88 close $aFile
89  
90 restore "$imagedir/${casename}.brep" aShape
91 bounding -optimal aShape
92
93 file delete "$imagedir/${casename}.brep"