2021-12-28 09:09:27 +01:00
|
|
|
---
|
|
|
|
title: "@freesewing/plugin-gore"
|
|
|
|
---
|
|
|
|
|
2022-10-02 00:27:09 +02:00
|
|
|
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
|
|
|
|
2022-10-02 00:27:09 +02: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
|
|
|
|
|
2022-10-02 00:27:09 +02:00
|
|
|
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
|
|
|
|
2022-10-02 00:27:09 +02:00
|
|
|
[1]: https://www.npmjs.com/package/@freesewing/plugin-gore
|
2021-12-28 09:09:27 +01:00
|
|
|
|