# 3.1.2: 分解模型 (Disassemble Model)

出于以下两种原因，有时需对现有模型进行拆分：

1. 重新组成不同的配置
2. 检索结果，如：断面优化等

**“DisassembleModel（分解模型）”**&#x8FD0;算器可用于将结构模型分解为模型组件（如图3.3）。无论初始时是依据坐标还是使用节点索引来进行定义的，产生的荷载、支撑件，以及元素均按照位置显示其连接的节点。这样，用户可以重新使用旧模型的各个部分，将其在节点索引已更改的新模型中进行重新构建。&#x5728;**“CroSec（断面）”**&#x548C;**“Material（材料）”**&#x8F93;出端，仅显示那些直接接&#x5165;**“Assemble（模型构建）”**&#x8FD0;算器的断面和材料。为了获得所有断面，有必要分解模型元素。断面材料可由分解断面获取。

![ 图3.1.2.1：模型被分解为组件](https://2244769574-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M9XteyGDAU3Odla53cC%2Fsync%2F6c5c8dd18667d8f9d94f4a1bc315f3b14ee5736e.png?generation=1591871159891500\&alt=media)


---

# Agent Instructions: 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:

```
GET https://manual-1-3.karamba3d.com/chinese_1_3_3/3-in-depth-component-reference/3.1-model/3.1.2-disassemble-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
