0025423: Incorrect result of splitting some shapes
[occt.git] / tests / bugs / modalg_6 / bug26440_1
CommitLineData
a8704c36 1puts "============"
2puts "CR26440"
3puts "============"
4puts ""
5##########################################################################################################
6# Invalid shape as a result of solid construction in BRepOffset_MakeOffset
7##########################################################################################################
8
9restore [locate_data_file bug26440_plate.brep] sh1
10
11thickshell result sh1 160
12
58cf74e0 13checkprops result -s 2.40831e+07
14checkshape result
a8704c36 15
16set nbshapes_expected "
17Number of shapes in shape
18 VERTEX : 196
19 EDGE : 308
20 WIRE : 110
21 FACE : 110
22 SHELL : 1
23 SOLID : 1
24 COMPSOLID : 0
25 COMPOUND : 0
26 SHAPE : 726
27"
28checknbshapes result -ref ${nbshapes_expected} -t -m "solid construction"
5747059b 29checkview -display result -3d -path ${imagedir}/${test_image}.png