I'm interested in learning how to find the length of a wrapping.
Let's say I'm going to be wrapping some flat fabric webbing around a pole. I'd like to find the amount (length of fabric) i'll need to buy to wrap a portion of the pole.
- Desired length of wrap: 30 in.
- Outer diameter of pole: 2 in.
- Width of webbing: 0.5 in.
- Angle of spiral: 15° (arbitrary value I came up with)

Thanks!
Basically, you want to cover a cylinder with $h = 30\text{ in}$ and $\Phi = 2R = 2\text{ in}$. The area of a cylinder without the top and bottom is $A = 2R\pi h = \Phi \pi h$.
Imagine that you cut this "open" cylinder after you have wrapped it: you obtain a rectangle with sides $h$ and $2R\pi$ and this rectangle is covered by slightly tilted "$2D$ strips" of fabric.
The width of each strip is $w = 0.5\text{ in}$ and the area covered by a fabirc of length $\ell$ equals $w\ell$ (which must equal $A$). Note that the angle doesn't matter. So you need $$\ell = \frac{\Phi \pi h}{ w} \doteq \frac{2\cdot3.14 \cdot 30}{0.5}\text{ in}\doteq 377\text{ in}$$ of fabric.