> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/enterprise-jp/parametric-library/component-library.md).

# 部品ライブラリ

部品ライブラリは、設計情報を含む部品を管理するライブラリです。

## 部品とは

部品は、規格情報やパラメトリック設計情報を格納するオブジェクトです。

### 部品の種類（タイプ）

部品には3つの種類があります。

#### 1. モデリング

* **モデリング部品は、モデリングライブラリで定義したモデリングを1つ持つ部品**で、組み合わせ部品およびグループ部品の基礎になります。
* モデリングをアップロードすると自動で生成され、部品作成時にモデリングをアップロードして生成することもできます。

#### 2. グループ

* **グループ部品は、1つ以上の別の部品をグループとしてまとめた部品**で、図面配置時に複数の部品のうち1つを

  選択して使用する部品です。
* 「部品ライブラリ > チェックボックスで部品を選択 > オプショングループ作成ボタンをクリック」を通じて作成できます。
* ［キー - 値］形式で構成されたオプション情報を持ち、そのオプションで複数の部品のうち1つを選択して使用します。

#### 3. 組み合わせ

* **組み合わせ部品は、1つ以上のモデリング部品、または別の組み合わせ部品を組み合わせて生成した部品**で、実際の部品の組み合わせは部品エディタを通じて行われます。
* グループ部品とは異なり、図面配置時には組み合わせに必要なすべての部品が必要です。\nただし、基本情報のみを含む部品も組み合わせ部品として扱われます。
* 部品作成時にモデリングをアップロードせずに保存したり、部品エディタに移動後に直接部品を組み合わせて作成することができます。

## 部品の確認

設計家具ライブラリ > 部品ライブラリで部品一覧を確認できます。

<figure><img src="/files/b4e778ab69facd376d453681fa516d93c656bac0" alt=""><figcaption></figcaption></figure>

部品詳細ページでは部品情報を確認でき、 **［部品エディタで確認する］** ボタンをクリックして、該当部品を部品エディタで開いて確認できます。

<figure><img src="/files/ee0776501e1a1ec58a8874af184d7fb2f8446ca7" alt=""><figcaption></figcaption></figure>

## 部品作成

### モデリング & 組み合わせ部品の作成

* 右上 **［部品作成］**&#x3092;クリックして部品作成ページへ移動できます。
* 部品画像（サムネイル）は自動生成され、部品情報を直接入力できます。（部品名は必須入力）
* 部品モデリングを追加する方法は **1) モデリングファイルをアップロード、2) 部品エディタで編集**の2つがあります。
* モデリングファイルをアップロードすると「モデリング」タイプの部品が生成され、部品ライブラリにも自動でファイルがアップロードされます。
* 部品エディタで編集する場合は部品エディタへ移動し、部品エディタで設定して反映できます。
* モデリングファイルをアップロードせず、部品情報のみを入力して部品を作成できます。

{% hint style="info" %}

* 部品は1つのカテゴリーにのみ属することができます。
* 部品は、別の子部品やモデリングを通じて作成できます。
  {% endhint %}

<figure><img src="/files/62d69654456eb7d56668e86bbe414998affa7486" alt=""><figcaption></figcaption></figure>

### グループ部品の作成

* 部品一覧で2つ以上の部品を選択した後 **［オプショングループ作成］** ボタンをクリックしてオプショングループ作成モーダルへ進みます。
* オプショングループ名（部品名）とキー（オプション名）を入力してグループ部品を作成できます。

<figure><img src="/files/00b26bff89a8fbb6ecb05ec11429cff51f437be6" alt=""><figcaption></figcaption></figure>

## 部品の編集

### 個別編集

部品詳細ページの部品情報 > 編集ボタンをクリックして部品情報を修正できます。

<figure><img src="/files/2005e2d8900786fd11dae304107f3a4f48315df4" alt=""><figcaption></figcaption></figure>

### 一括編集

* 部品を2つ以上選択後、［一括編集］ボタンから選択した部品のさまざまな部品情報を一括で修正できます。
* ［カテゴリー編集］ボタンをクリックしてカテゴリーを一括で修正できます。

<figure><img src="/files/330ba493602e4859c638397913694540252d4b90" alt=""><figcaption></figcaption></figure>

## 部品の削除

### 個別削除

部品詳細ページの右上にある［削除］ボタンをクリックして部品を削除できます。

<figure><img src="/files/d065fc226b09cf46adc6b9515052779458e2ec61" alt=""><figcaption></figcaption></figure>

### 一括削除

部品を2つ以上選択後、［削除］ボタンから選択した部品を一度に削除できます。

<figure><img src="/files/f6a7dca50cac98194b7bdffd88e8b7b211f1f023" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.archisketch.com/guide/enterprise-jp/parametric-library/component-library.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
