mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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.
82 lines
1.7 KiB
Plaintext
82 lines
1.7 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
|
|
polyline w2 10 8 20 0 -10 20 -10 7 20
|
|
circle w3 0 0 40 10
|
|
trim w3 w3 pi 2*pi
|
|
mkedge w3 w3
|
|
wire w3 w3
|
|
vertex v1 0 0 -30
|
|
vertex v2 0 0 70
|
|
|
|
explode w1
|
|
explode w2
|
|
explode w3
|
|
|
|
thrusections r 0 1 v1 w1 w2 w3 v2
|
|
|
|
genthrus r1 w1_1
|
|
genthrus r2 w1_2
|
|
genthrus r3 w1_3
|
|
genthrus r4 w2_1
|
|
genthrus r5 w2_2
|
|
genthrus r6 w3_1
|
|
|
|
checknbshapes r1 -face 4
|
|
checkprops r1 -s 1058.95
|
|
checknbshapes r2 -face 8
|
|
checkprops r2 -s 1023.52
|
|
checknbshapes r3 -face 4
|
|
checkprops r3 -s 1060.27
|
|
checknbshapes r4 -face 8
|
|
checkprops r4 -s 1604.51
|
|
checknbshapes r5 -face 8
|
|
checkprops r5 -s 1538.22
|
|
checknbshapes r6 -face 16
|
|
checkprops r6 -s 3142.73
|
|
|
|
explode w1 v
|
|
explode w2 v
|
|
explode w3 v
|
|
|
|
genthrus r7 w1_1
|
|
genthrus r8 w1_2
|
|
genthrus r9 w1_3
|
|
genthrus r10 w1_4
|
|
genthrus r11 w2_1
|
|
genthrus r12 w2_2
|
|
genthrus r13 w2_3
|
|
genthrus r14 w3_1
|
|
genthrus r15 w3_2
|
|
genthrus r16 v1
|
|
genthrus r17 v2
|
|
|
|
checknbshapes r7 -edge 4
|
|
checkprops r7 -l 106.202
|
|
checknbshapes r8 -edge 4
|
|
checkprops r8 -l 107.093
|
|
checknbshapes r9 -edge 4
|
|
checkprops r9 -l 107.388
|
|
checknbshapes r10 -edge 4
|
|
checkprops r10 -l 106.429
|
|
checknbshapes r11 -edge 4
|
|
checkprops r11 -l 106.429
|
|
checknbshapes r12 -edge 4
|
|
checkprops r12 -l 103.265
|
|
checknbshapes r13 -edge 4
|
|
checkprops r13 -l 106.202
|
|
checknbshapes r14 -edge 4
|
|
checkprops r14 -l 106.202
|
|
checknbshapes r15 -edge 4
|
|
checkprops r15 -l 106.429
|
|
checknbshapes r16 -edge 20
|
|
checkprops r16 -l 530.378
|
|
checknbshapes r17 -edge 20
|
|
checkprops r17 -l 530.378
|