1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_6/bug26150_9
jgv 50258e776a 0026150: BRepOffsetAPI_ThruSections doesn't implement history method Generated().
Virtual method Generated is redefined. Now it returns:

- chain of generated faces for sub-edge of a profile;
- chain of generated edges for sub-vertex of a profile;
- bunch of chains of generated edges for start or end vertex if it is degenerated section.

Correction according to the remarks.

Fix compiler's warnings and add 4 new test cases.

Correction of mistake.

Compilation warnings are gone.
2017-03-03 16:11:24 +03:00

95 lines
2.1 KiB
Plaintext

puts "============"
puts "OCC26150"
puts "============"
puts ""
#########################################################################
# BRepOffsetAPI_ThruSections doesn't implement history method Generated()
#########################################################################
restore [locate_data_file bug27386_pr1.brep] pr1
restore [locate_data_file bug27386_pr2.brep] pr2
restore [locate_data_file bug27386_pr3.brep] pr3
beziercurve c1 3 0 50 -45 5 50 -50 0 50 -55
beziercurve c2 3 0 50 -45 -5 50 -50 0 50 -55
mkedge e1 c1
mkedge e2 c2
orientation e2 R
wire pr4 e1 e2
donly pr1 pr2 pr3 pr4
explode pr1
explode pr2
explode pr3
explode pr4
thrusections r 1 1 pr1 pr2 pr3 pr4 pr1
genthrus r1 pr1_1
genthrus r2 pr1_2
genthrus r3 pr1_3
genthrus r4 pr1_4
genthrus r5 pr2_1
genthrus r6 pr2_2
genthrus r7 pr2_3
genthrus r8 pr3_1
genthrus r9 pr4_1
genthrus r10 pr4_2
checknbshapes r1 -face 8
checkprops r1 -s 1909.23
checknbshapes r2 -face 8
checkprops r2 -s 1520.59
checknbshapes r3 -face 8
checkprops r3 -s 2249.48
checknbshapes r4 -face 12
checkprops r4 -s 1518.88
checknbshapes r5 -face 12
checkprops r5 -s 2414.6
checknbshapes r6 -face 8
checkprops r6 -s 2416.3
checknbshapes r7 -face 16
checkprops r7 -s 2367.27
checknbshapes r8 -face 36
checkprops r8 -s 7198.18
checknbshapes r9 -face 20
checkprops r9 -s 3598.24
checknbshapes r10 -face 16
checkprops r10 -s 3599.94
explode pr1 v
explode pr2 v
explode pr3 v
explode pr4 v
genthrus r11 pr1_1
genthrus r12 pr1_2
genthrus r13 pr1_3
genthrus r14 pr1_4
genthrus r15 pr2_1
genthrus r16 pr2_2
genthrus r17 pr2_3
genthrus r18 pr3_1
genthrus r19 pr4_1
genthrus r20 pr4_2
checknbshapes r11 -edge 4
checkprops r11 -l 260.921
checknbshapes r12 -edge 4
checkprops r12 -l 260.921
checknbshapes r13 -edge 4
checkprops r13 -l 299.007
checknbshapes r14 -edge 4
checkprops r14 -l 299.007
checknbshapes r15 -edge 4
checkprops r15 -l 264.795
checknbshapes r16 -edge 4
checkprops r16 -l 311.127
checknbshapes r17 -edge 4
checkprops r17 -l 264.795
checknbshapes r18 -edge 4
checkprops r18 -l 280.806
checknbshapes r19 -edge 4
checkprops r19 -l 254.558
checknbshapes r20 -edge 4
checkprops r20 -l 311.127