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_11
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

72 lines
1.6 KiB
Plaintext

puts "============"
puts "OCC26150"
puts "============"
puts ""
#########################################################################
# BRepOffsetAPI_ThruSections doesn't implement history method Generated()
#########################################################################
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
vertex vv 0 0 0
donly vv pr2 pr3 pr4
explode pr2
explode pr3
explode pr4
thrusections r 1 1 vv pr2 pr3 pr4 vv
genthrus r1 pr2_1
genthrus r2 pr2_2
genthrus r3 pr2_3
genthrus r4 pr3_1
genthrus r5 pr4_1
genthrus r6 pr4_2
checknbshapes r1 -face 8
checkprops r1 -s 1659.7
checknbshapes r2 -face 4
checkprops r2 -s 1660.96
checknbshapes r3 -face 8
checkprops r3 -s 1671.28
checknbshapes r4 -face 20
checkprops r4 -s 4991.94
checknbshapes r5 -face 12
checkprops r5 -s 2495.34
checknbshapes r6 -face 8
checkprops r6 -s 2496.6
explode pr2 v
explode pr3 v
explode pr4 v
genthrus r7 vv
genthrus r8 pr2_1
genthrus r9 pr2_2
genthrus r10 pr2_3
genthrus r11 pr3_1
genthrus r12 pr4_1
genthrus r13 pr4_2
checknbshapes r7 -edge 20
checkprops r7 -l 1386.75
checknbshapes r8 -edge 4
checkprops r8 -l 269.926
checknbshapes r9 -edge 4
checkprops r9 -l 304.224
checknbshapes r10 -edge 4
checkprops r10 -l 269.926
checknbshapes r11 -edge 4
checkprops r11 -l 280.861
checknbshapes r12 -edge 4
checkprops r12 -l 261.815
checknbshapes r13 -edge 4
checkprops r13 -l 304.224