1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/modalg_6/bug26150_5
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

42 lines
931 B
Plaintext

puts "============"
puts "OCC26150"
puts "============"
puts ""
#########################################################################
# BRepOffsetAPI_ThruSections doesn't implement history method Generated()
#########################################################################
polyline w1 -10 -10 0 10 -10 0 10 10 0 -10 10 0 -10 -10 0
polyline w2 0 -10 20 -10 7 20 10 8 20 0 -10 20
circle w3 0 0 40 10
mkedge w3 w3
wire w3 w3
vertex v1 0 0 -30
vertex v2 0 0 70
explode w1
thrusections r 1 1 v1 w1 w2 w3 v2
genthrus r1 w1_1
genthrus r2 w1_2
genthrus r3 w1_3
genthrus r4 w1_4
checknbshapes r1 -face 8
checkprops r1 -s 1232.78
checknbshapes r2 -face 12
checkprops r2 -s 1215.55
checknbshapes r3 -face 4
checkprops r3 -s 1155.34
checknbshapes r4 -face 8
checkprops r4 -s 1214.91
genthrus r5 v1
genthrus r6 v2
checknbshapes r5 -edge 32
checkprops r5 -l 841.334
checknbshapes r6 -edge 32
checkprops r6 -l 841.334