2021-10-17 18:26:00 +02:00
|
|
|
---
|
|
|
|
title: measurements
|
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
```js
|
|
|
|
measurements: [
|
|
|
|
"bicepsCircumference",
|
|
|
|
"centerBackNeckToWaist"
|
|
|
|
]
|
|
|
|
```
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
An array with the names of the measurements required to draft this pattern.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
<Note>
|
|
|
|
|
|
|
|
###### Don't just make up names
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
See [freesewing models](https://freesewing.dev/reference/packages/models)
|
2021-08-25 16:09:31 +02:00
|
|
|
for a list of measurement names already used in freesewing patterns.
|
|
|
|
It is a [best practice](/guides/best-practices/reuse-measurements/) to stick to these names.
|
|
|
|
|
|
|
|
</Note>
|