0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_6 / bug26313
1 puts "============"
2 puts "OCC26313"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Method BRepBuilderAPI_GTransform::ModifiedShape(...) thows exception
7 #######################################################################
8
9 pload QAcommands
10
11 box bb 100 100 100
12 OCC26313 rr bb
13
14 set nbshapes_expected "
15 Number of shapes in shape
16  VERTEX    : 8
17  EDGE      : 12
18  WIRE      : 6
19  FACE      : 6
20  SHELL     : 1
21  SOLID     : 1
22  COMPSOLID : 0
23  COMPOUND  : 0
24  SHAPE     : 34
25 "
26 checknbshapes rr -ref ${nbshapes_expected} -t -m "Modified Shape"