0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_6 / bug10234
CommitLineData
aea33d0a 1puts "============"
2puts "OCC10234"
3puts "============"
4puts ""
5############################################################################
6# BRepOffsetAPI_MakePipeShell fails on spine built from two segments and profile built from arc
7############################################################################
8
9restore [locate_data_file bug10234a.brep] pr
10restore [locate_data_file bug10234b.brep] sp
11
12mksweep sp
13addsweep pr
14buildsweep result -C
15
16checkshape result
17
18checkprops result -s 45.9872
19
20set nbshapes_expected "
21Number of shapes in result
9369e98a 22 VERTEX : 7
23 EDGE : 8
aea33d0a 24 WIRE : 2
25 FACE : 2
26 SHELL : 1
27 SOLID : 0
28 COMPSOLID : 0
29 COMPOUND : 0
9369e98a 30 SHAPE : 20
aea33d0a 31"
32checknbshapes result -ref ${nbshapes_expected} -t -m "Result obtained by Boolean cut operation"
33
9369e98a 34set tolres [checkmaxtol result]
35
36if { ${tolres} > 5.e-7} {
37 puts "Error: bad tolerance of result"
38}
39
aea33d0a 40checkview -display result -2d -path ${imagedir}/${test_image}.png
41
42
43