I will try to explain, what dose my subject mean!
Assume, you have 4 connected sections,with different diametres
Code: Select all
create a, b, c, d, e
a{L=30 diam=10 }
b{L=12 diam=5}
c {L=23 diam=8}
e {L=40 diam=7}
connect b(0), a(1)
connect c(1), b(1)
connect d(0), b(1)
connect e(0), a(0)
for A x=0..30 --> diam=10
x=31..43 --->diam=5
x=44..67 --->diam=8
x=68..108---->diam=7
Thanks in advance!