2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
title: Part
|
|
|
|
order: 20
|
2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
The `Part` object in FreeSewing's core library holds all data and logic of a pattern part.
|
2021-09-25 17:53:09 +02:00
|
|
|
A pattern part is what holds the actual information about points and paths,
|
|
|
|
and multiple parts together typically make up a pattern.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2021-09-25 17:53:09 +02:00
|
|
|
## Part properties
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2021-09-25 17:53:09 +02:00
|
|
|
| Property | Description |
|
|
|
|
| --------:| ----------- |
|
|
|
|
| `paths` | A plain object to store your paths in |
|
|
|
|
| `points` | A plain object to store your points in |
|
|
|
|
| `render` | A flag that controls whether to include the part in the render output |
|
|
|
|
| `snippets` | A plain object to store your snippets in |
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2021-09-25 17:53:09 +02:00
|
|
|
## Part methods
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
<ReadMore list />
|