0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_6 / bug26313
CommitLineData
43940380 1puts "============"
2puts "OCC26313"
3puts "============"
4puts ""
5#######################################################################
6# Method BRepBuilderAPI_GTransform::ModifiedShape(...) thows exception
7#######################################################################
8
9pload QAcommands
10
11box bb 100 100 100
12OCC26313 rr bb
13
14set nbshapes_expected "
15Number 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"
26checknbshapes rr -ref ${nbshapes_expected} -t -m "Modified Shape"