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

# PrimitiveBoundingBox - ComfyUI Built-in Node Documentation

> PrimitiveBoundingBox ノードは、位置とサイズによって定義される単純な矩形領域を作成します。

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

## 入力

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

注記: すべての最大値は ComfyUI の MAX\_RESOLUTION 定数に従います。この定数は、ノードが受け入れ可能な最大の画像寸法を定義します。

## 出力

| 出力名            | 説明                                                 | データ型          |
| -------------- | -------------------------------------------------- | ------------- |
| `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):** `dc50286b09b8aaf7ff21eb699b9a04317f099b3deedb6cb7d4a1ec7668edeb97`
