0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_7 / optimal_bndbox_exception
CommitLineData
5aa7b610 1puts "========"
2puts "0032236: Modeling Algorithms - E x c e p t i o n on calculation optimal bounding box"
3puts "========"
4puts ""
5
6set aShapeData "
7DBRep_DrawableShape
8
9CASCADE Topology V1, (c) Matra-Datavision
10Locations 0
11Curve2ds 4
121 -1.3333333333333335 0 0 1
131 0 -1.6666666666666667 1 0
141 1.6666666666666665 0 0 1
151 0 1.3333333333333333 1 0
16Curves 0
17Polygon3D 0
18PolygonOnTriangulations 0
19Surfaces 1
209 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
210 2.9999999999999991 0.66666666666666718 0 1.6666666666666659 0.66666666666666741 0 0.3333333333333332 0.66666666666666663 0 -0.99999999999999956 0.66666666666666663
220 3.0000000000000009 -0.66666666666666718 0 1.6666666666666676 -0.66666666666666752 0 0.33333333333333331 -0.66666666666666652 0 -1.0000000000000002 -0.66666666666666685
230 3.0000000000000004 -2 0 1.6666666666666667 -2 0 0.33333333333333326 -1.9999999999999996 0 -1 -2
24
25-1.3333333333333335 4
262.6666666666666665 4
27
28-2.666666666666667 4
291.3333333333333333 4
30
31Triangulations 0
32
33TShapes 8
34Ve
354.000004
360 -1 -1
370 0
38
390101101
40*
41Ed
42 4.000004 1 1 1
432 1 1 0 -1.66666666666667 1.33333333333333
440
45
460101000
47+8 0 -8 0 *
48Ed
49 4.000004 1 1 1
502 2 1 0 -1.33333333333333 1.66666666666667
510
52
530101000
54+8 0 -8 0 *
55Ed
56 4.000004 1 1 1
572 3 1 0 -1.66666666666667 1.33333333333333
580
59
600101000
61+8 0 -8 0 *
62Ed
63 4.000004 1 1 1
642 4 1 0 -1.33333333333333 1.66666666666667
650
66
670101000
68+8 0 -8 0 *
69Wi
70
710101100
72-7 0 +6 0 +5 0 -4 0 *
73Fa
740 1e-07 1 0
75
760101000
77+3 0 *
78Sh
79
801101000
81+2 0 *
82
83+1 0
84"
85
86set aFile [open "$imagedir/${casename}.brep" wb]
87puts $aFile $aShapeData
88close $aFile
89
90restore "$imagedir/${casename}.brep" aShape
91bounding -optimal aShape
92
93file delete "$imagedir/${casename}.brep"