0027322: geom/revolution_00/A1: Incorrect pcurve creation
[occt.git] / tests / bugs / modalg_6 / bug26523
1 puts "============"
2 puts "OCC26523"
3 puts "============"
4 puts ""
5 ###############################
6 ## Wrong result of section algorithm
7 ###############################
8
9 restore [locate_data_file bug26523_as.brep] as
10 restore [locate_data_file bug26523_at.brep] at
11
12 bsection result as at
13
14 checkprops result -l 1189.91
15
16 set nbshapes_expected "
17 Number of shapes in shape
18  VERTEX    : 3
19  EDGE      : 2
20  WIRE      : 0
21  FACE      : 0
22  SHELL     : 0
23  SOLID     : 0
24  COMPSOLID : 0
25  COMPOUND  : 1
26  SHAPE     : 6
27 "
28
29 checknbshapes result -ref ${nbshapes_expected} -t -m "Section curve"
30 checkview -display result -3d -path ${imagedir}/${test_image}.png