1
0
Fork 0
freesewing/markdown/dev/reference/api/part/en.md
2021-10-17 18:26:00 +02:00

21 lines
618 B
Markdown

---
title: Part
order: 20
---
The `Part` object in FreeSewing's core library holds all data and logic of a pattern part.
A pattern part is what holds the actual information about points and paths,
and multiple parts together typically make up a pattern.
## Part properties
| 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 |
## Part methods
<ReadMore list />