2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-12-27 14:58:44 +01:00
|
|
|
title: How patterns work
|
2021-10-17 18:26:00 +02:00
|
|
|
---
|
|
|
|
|
2021-12-27 14:58:44 +01:00
|
|
|
This short guide will illustrate and explain how patterns work in FreeSewing.
|
|
|
|
Not to be confused with how sewing pattern work — although there's [great books
|
|
|
|
about that](https://www.assembil.com/how-patterns-work-book/) if you're
|
|
|
|
interested — it's about what goes on under the hood each time a sewing
|
|
|
|
pattern is generated by FreeSewing.
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
This illustration is a good starting point to gain a better
|
2021-08-25 16:09:31 +02:00
|
|
|
understanding of the structure of a FreeSewing pattern:
|
|
|
|
|
2022-01-19 11:31:39 +01:00
|
|
|
<Example part="docs_overview">
|
|
|
|
A schematic overview of FreeSewing
|
|
|
|
</Example>
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2022-01-15 10:38:14 -05:00
|
|
|
If we look at our image, it can be divided into three areas:
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2021-12-27 14:58:44 +01:00
|
|
|
- The left area with the **settings** box
|
|
|
|
- The middle area with the **Pattern** box and everything in it
|
|
|
|
- The right area with the **draft** box and the *SVG* and *React* logos
|
|
|
|
|
|
|
|
Let's take a closer look at everything that is contained within our central **Pattern** box:
|
|
|
|
|
2022-01-19 11:31:39 +01:00
|
|
|
<ReadMore />
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
<Note>
|
|
|
|
|
|
|
|
The left and right parts are all about how to integrate FreeSewing in your *frontend*.
|
|
|
|
In other words, how you'll plug it into your website, or online store, or a mobile
|
|
|
|
application.
|
|
|
|
|
2021-12-27 14:58:44 +01:00
|
|
|
That part is outside the scope of this guide.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
</Note>
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
|