> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-mintlify-b90d3c69.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PrimitiveBoundingBox - ComfyUI Built-in Node Documentation

> Complete documentation for the PrimitiveBoundingBox node in ComfyUI. Learn its inputs, outputs, parameters and usage.

PrimitiveBoundingBox ノードは、位置とサイズによって定義される単純な矩形領域を作成します。左上隅の X 座標と Y 座標、および幅と高さの値を受け取り、ワークフロー内の他のノードで使用できるバウンディングボックスのデータ構造を出力します。

## 入力

| パラメータ    | 説明                              | データ型 | 必須 | 範囲       |
| -------- | ------------------------------- | ---- | -- | -------- |
| `x`      | バウンディングボックスの左上隅の X 座標（デフォルト：0）。 | INT  | はい | 0 ～ 8192 |
| `y`      | バウンディングボックスの左上隅の Y 座標（デフォルト：0）。 | INT  | はい | 0 ～ 8192 |
| `width`  | バウンディングボックスの幅（デフォルト：512）。       | INT  | はい | 1 ～ 8192 |
| `height` | バウンディングボックスの高さ（デフォルト：512）。      | INT  | はい | 1 ～ 8192 |

## 出力

| 出力名            | 説明                                               | データ型          |
| -------------- | ------------------------------------------------ | ------------- |
| `bounding_box` | 定義された矩形の `x`、`y`、`width`、`height` プロパティを含むデータ構造。 | BOUNDING\_BOX |

> このドキュメントは AI によって生成されました。エラーを見つけた場合や改善のご提案がある場合は、ぜひ貢献してください！ [GitHub で編集](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/PrimitiveBoundingBox/ja.md)

***

**Source fingerprint (SHA-256):** `715f1a2bd650ecd6ba2ea3c1d54636bc32dff4fb4aec8f088ee9b0994809412c`
