> For the complete documentation index, see [llms.txt](https://manual-1-3.karamba3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-1-3.karamba3d.com/chinese_1_3_3/2-getting-started/2-getting-started-1/setting-up-a-structural-analysis/2.2.8-retrieve-results.md).

# 2.2.8: 检索结果

## 可视化

![图2.2.8.1：三个用于模型可视化的运算器：“ModelView”，“BeamView”和“ShellView”](/files/-M9XuTCq23SliVoJ1J7K)

Karamba3D有三个用于结构模型可视化的运算器（如图2.2.8.1）：

|                        |                                   |
| ---------------------- | --------------------------------- |
| **“ModelView （模型视图）”** | 设置基本的可视化属性，如位移比例因子、符号大小、显示荷载工况数量等 |
| **“BeamView（梁视图）”**    | 梁的可视化                             |
| **“ShellView（壳体视图）”**  | 壳体的可视化                            |

所有运算器均包含子菜单，用户可通过单击黑色标题栏展开这些子菜单，并可通过双击黑色旋钮设置滑块的数值范围。可视化属性将依附于模型并保持一直有效，直到它们被其他下游可视化运算器所取代。

## 结果

结构响应特性可用于显示模型信息并对其进行优化，图2.14显示了一些可用选项：节点位移（1）、材料利用率（2）、截面合力（3）和反作用力（4）

![图2.2.8.2：数值结果检索](/files/-M9XuTCrrtmAuODY6Alh)

## 分解结构模型

出于编辑模型或检索目的，例如，检索优化后的断面类型，Karamba3D允许用户对模型、构件、断面及材料等进行分解。**“Disassemble Model（分解模型）”**、**“Disassemble Element（分解构件）”**、**“Disassemble Cross Section（分解断面）”**&#x4EE5;&#x53CA;**“Disassemble Material（分解材料）”**&#x7B49;运算器允许用户对结构模型进行详细分析。


---

# 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://manual-1-3.karamba3d.com/chinese_1_3_3/2-getting-started/2-getting-started-1/setting-up-a-structural-analysis/2.2.8-retrieve-results.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.
