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_7
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
1.0 KiB
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 -10 -10 20 10 -10 20 10 10 20 -10 10 20 -10 -10 20
trotate w2 0 0 0 0 0 1 45
polyline w3 -10 -10 40 10 -10 40 10 10 40 -10 10 40 -10 -10 40
trotate w3 0 0 0 0 0 1 90
vertex v1 0 0 -30
vertex v2 0 0 70
explode w1
thrusections -N 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 4
checkprops r1 -s 1412.16
checknbshapes r2 -face 4
checkprops r2 -s 1412.16
checknbshapes r3 -face 4
checkprops r3 -s 1412.16
checknbshapes r4 -face 4
checkprops r4 -s 1412.16
genthrus r5 v1
genthrus r6 v2
checknbshapes r5 -edge 16
checkprops r5 -l 447.259
checknbshapes r6 -edge 16
checkprops r6 -l 447.259