0025945: Make stable checking of shape global properties in tests
[occt.git] / tests / pipe / specific / X8
CommitLineData
228148b3 1puts "============"
2puts "OCC1477"
3puts "============"
4puts ""
5######################################################
6# Problems in MakePipeShell
7# (case 13)
8######################################################
9
10restore [locate_data_file OCC1477_closedPolyline.brep] s1
11restore [locate_data_file OCC1477_profile1_polygon.brep] e1
12wire s2 e1
13
14puts "###############################################################################"
15puts "# (case /-CF/-T/-C/)"
16puts "###############################################################################"
17
a4eba920 18checkshape s1
19checkshape s2
228148b3 20
a4eba920 21mksweep s1
22
23setsweep -CF
24addsweep s2 -T
25if [catch { buildsweep result -C} res] {
26 puts "Faulty OCC1477: buildsweep is wrong"
27}
228148b3 28
58cf74e0 29checkprops result -s 51491.9
228148b3 30
a4eba920 31checknbshapes result -vertex 30 -edge 60 -wire 30 -face 30 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 151
228148b3 32set 2dviewer 0