I want to calculate the total length of the Linear (Straight curves) by Ignoring the bends. Note: Bend angle will be 90 degrees.
I have a solution but need it in an optimal way or any formula will be welcomed.
Current Solution:
Don't take it badly, but I fail to see a difficulty.
L = L1 + 2 R1 + L2 + 2 R2 + L3.
Note that the exact length (not ignoring bends) is
L = L1 + π/2 R1 + L2 + π/2 R2 + L3.