0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / modalg_6 / bug26775
CommitLineData
d33a8cde 1puts "============"
2puts "OCC26775"
3puts "============"
4puts ""
5###############################
6## Bad result of section algorithm
7###############################
8
9restore [locate_data_file bug26775_a.brep] a
10restore [locate_data_file bug26775_b.brep] b
11
12bsection result a b
13
58cf74e0 14checkprops result -l 1400.02
d33a8cde 15
16set nbshapes_expected "
17Number of shapes in shape
18 VERTEX : 2
19 EDGE : 1
20 WIRE : 0
21 FACE : 0
22 SHELL : 0
23 SOLID : 0
24 COMPSOLID : 0
25 COMPOUND : 1
26 SHAPE : 4
27"
28
29checknbshapes result -ref ${nbshapes_expected} -t -m "Section curve"
5747059b 30checkview -display result -3d -path ${imagedir}/${test_image}.png