0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / moddata_3 / bug30704
1 puts "============"
2 puts "0030704: Oriented bounding box (Bnd_OBB) gives a wrong result if a box is added to a void box"
3 puts "============"
4
5 pload QAcommands
6
7 set ret1 [OCC30704]
8 if { ${ret1} != "150 150 150" } {
9     puts "Error: add bounding box to void bounding box"
10 }
11
12 set ret2 [OCC30704_1]
13 if { ${ret2} != "100 200 300" } {
14     puts "Error: add point to void bounding box"
15 }