1
0
Fork 0
freesewing/markdown/dev/reference/plugins/gore/en.md

27 lines
702 B
Markdown
Raw Normal View History

2021-12-28 09:09:27 +01:00
---
title: "@freesewing/plugin-gore"
---
Published as [@freesewing/plugin-gore][1], this plugin provides [the gore
macro](/reference/api/macros/gore) which allows you to generate [gore
segments](https://en.wikipedia.org/wiki/Gore_\(segment\)); 2D panels to create
a sphehrical shape as used in hats for example.
2021-12-28 09:09:27 +01:00
This plugin handles all the mathematics to create a (part-)sphere in your
patterns.
2021-12-28 09:09:27 +01:00
## Installation
```sh
npm install @freesewing/plugin-gore
```
## Usage
Either [add it as a part plugins](/reference/api/part/config/plugins) in your
design, or [add it to a pattern instance with
Pattern.use()](/reference/api/pattern/use).
2021-12-28 09:09:27 +01:00
[1]: https://www.npmjs.com/package/@freesewing/plugin-gore
2021-12-28 09:09:27 +01:00