# buildHaHullPath

Canonical: https://docs.shumoku.dev/ja/library/api/buildHaHullPath
Language: ja

@shumoku/core · 0.4.0 · function

# buildHaHullPath

[ソース](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/layout/ha-hull.ts#L113)

APIの説明は英語のcanonical sourceを表示しています。

Build the glasses hull path for one redundancy group. Falls back to a rounded rect over the union bbox when the chain isn't a clean horizontal row (\`fallback: true\`), so callers never have to guard — every group gets SOME hull.

```
buildHaHullPath(input: HaHullInput, opts?: HaHullOptions): HaHullResult
```

## パラメーター

| 名前 | 型 | 説明 | 既定値 |
| --- | --- | --- | --- |
| `input` | `HaHullInput` | 追加説明はありません。 | `—` |
| `opts` | `HaHullOptions` | 追加説明はありません。 | `—` |

## 戻り値

```
HaHullResult
```

[`libs/@shumoku/core/src/layout/ha-hull.ts:113`](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/layout/ha-hull.ts#L113)
