Let’s say you have a pattern like this 5,10,15,20,25,30,35,40,45,50,55,60… Which ends up being 390 points wide. And, let’s also say you have a line that is 200pt wide.
You can offset the phase (i.e. where the patten starts) so that you can see the portion that would otherwise lie outside the shape’s bounds.
Example
Check out the way we use reduce to calculate the sum of the entire pattern array.