0024275: Cppcheck warnings on uninitialized class members
[occt.git] / tests / thrusection / specific / L7
1 puts "TODO OCC7166 ALL: Error : The square of the resulting shape is"
2
3 puts "============"
4 puts "OCC7166"
5 puts "============"
6 puts ""
7 #######################################################################
8 # Improvement of API of ThruSection
9 #######################################################################
10
11 set BugNumber OCC7166
12
13 # spine
14 polyline s1 0 0 20 0 0 -20
15
16 # profile
17 pbsplinecurve pbs1 3 9 0 1 1 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 -1 0 0 1 -2 2 0 1 0 1 0 1 2 2 0 1 1 0 0 1 2 -2 0 1 0 -1 0 1 -2 -2 0 1
18 mkedge e1 pbs1
19 wire s2 e1
20
21 # 1 vertex
22 vertex v1 0 0 -20
23
24 mksweep s1
25
26 addsweep v1 -T
27 addsweep s2
28
29 catch {buildsweep result}
30
31
32 set square 898.589
33
34 set nb_v_good 2
35 set nb_e_good 3
36 set nb_w_good 1
37 set nb_f_good 1
38 set nb_sh_good 1
39 set nb_sol_good 0
40 set nb_compsol_good 0
41 set nb_compound_good 0
42 set nb_shape_good 8
43
44
45
46 set 3dviewer 0
47