0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_7 / bug29311_14
CommitLineData
1a0339b4 1puts "========"
2puts "OCC29311"
3puts "========"
4puts ""
5#################################################
6# Implementation of the Oriented Bounding Boxes (OBB) functionality
7#################################################
8
9restore [locate_data_file CTO900_cts19474part.rle] part
10
11compound result
12
13# construct obb for each face of the shape
14foreach f [explode part f] {
1f26f80b 15 if [catch {bounding $f -obb}] {
1a0339b4 16 puts "Error with $f (exception)"
17 add $f result
18 } else {
19 puts "$f OK"
20 }
21}
22
23checknbshapes result -face 0