Settings

Choose language

flounce(point,length,width,seam allowance)

Returns path for a spiral flounce around the mentioned point, based on desired width and length of flounce. Seam allowance is the distance between spiral curls, so plan for both upper seam and hemming. E.g.:
flounce1=flounce(x2,front_neckline.l,[y1:s1].l*0.2,2)



As you can see, you can refer to lengths of other objects, lengths of imaginary lines and use mathematical functions in the syntax of flounce function.

This path provided by this function is ready to be included into pattern contour, e.g.

pattern(name("Flounce"),
trace(flounce1),
color("white"))


If you desire to create a less curvy flounce we recommend using the spread function.

Previous article

path(object1,object2,...,objectx)

Next article

pattern (name(), trace(), qty(), fabric(), fold(), flip(), grain(), inc(), color(), outline(), seam(), extra())