0028642: BRepOffsetAPI_ThruSections/BRepFill_Generator are modifying the input shape...
[occt.git] / tests / thrusection / specific_locked / F7
1 puts "TODO OCC7166 ALL: Error :  is WRONG because number of  "
2 puts "TODO OCC7166 ALL: Error : The area of result shape is"
3
4 puts "============"
5 puts "OCC7166"
6 puts "============"
7 puts ""
8 #######################################################################
9 # Improvement of API of ThruSection
10 #######################################################################
11
12 set BugNumber OCC7166
13
14 pbsplinecurve pbc1 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
15 mkedge e1 pbc1
16 wire w1 e1
17
18 ##vertex v1 0 0 20
19 #vertex v2 0 0 -20
20 circle c1 0 0 20  0 0 -1  -1 1 0  0.1
21 mkedge ec1 c1
22 wire wc1 ec1
23
24 circle c2 0 0 -20  0 0 -1  -1 1 0  0.1
25 mkedge ec2 c2
26 wire wc2 ec2
27
28 set issolid 1
29 set isruled 0
30
31 setflags wc1 locked
32 setflags w1 locked
33 setflags wc2 locked
34
35 #catch {thrusections result ${issolid} ${isruled} v1 w1 v2 }
36 catch {thrusections result ${issolid} ${isruled} wc1 w1 wc2 -safe}
37
38
39 checkprops result -s 314.974
40
41
42 checknbshapes result -vertex 2 -edge 3 -wire 1 -face 1 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 9
43
44
45 set index [lsearch [whatis result] Closed]
46 if {$index == -1} {
47   puts "Faulty ${BugNumber} : result is not Closed shape"
48   
49 }
50
51