> 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.5-choose-an-algorithm.md).

# 2.2.5: 算法选择

![ 图2.2.5.1：顶端处有点荷载作用的悬臂梁的挠度和应力利用](/files/-M9XuWAYImH5oH8hzJ0R)

Karamba3D 提供了多种结构模型的分析选项。**“Analyze（分析）”**&#x8FD0;算器（如图2.2.5.1）可计算在外部荷载作用下模型的变形和应力。通&#x8FC7;**“ModelView（模型视图）”** 运算器子菜&#x5355;**“Display Scales（显示比例)”**&#x4E2D;&#x7684;**“Deformation（变形)”**&#x6ED1;块，用户可以对位移的图形输出进行缩放。默认的放大倍数为50倍。如&#x679C;**“Deformation（变形）”**&#x6ED1;块的数值范围不合适，则可以对其进行调整。

{% hint style="info" %}
双击滑块的旋钮会激活一个窗口，该窗口可用于调整滑块设置。
{% endhint %}

为了获得与利用率输出颜色相对应的数字，图2.2.5.1中使用&#x4E86;**“Legend(图例)”**&#x8FD0;算器。用悬臂上一个点的法向应力除以其材料的强度即可得&#x51FA;**“BeamView (梁视图)”**&#x8FD0;算器按应力方面的利用输出。负值对应压力，正值对应张力。应力的利用可能会产生误导作用：细长的梁在轴向压力作用下弯曲，并在压力达到材料强度之前即会塌陷。**“Utilization(利用率)”**&#x8FD0;算器包括稳定性，应在这种情况下使用。


---

# 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.5-choose-an-algorithm.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.
