Hyperworks自带的“DeepSeek”——Altair Copilot
自从DeepSeek问世以来就成了AIGC的代名词。Hyperworks也在其内部集成了基于大模型的AI智能助手——Altair Copilot,能够实时回答Hyperworks相关的软件问题。
Copilot在Hyperworks2025中是Beta测试版本,在Hypermesh、HyperView等模块的界面中从菜单 View > Altair Copilot (Beta)中即可打开Copilot对话框,也可在软件的右上角点击Altair Copilot图标打开。

打开后的界面如下所示。直接在输入框中输入文字即可对AI进行提问。

目前测试下来仅支持英语问答,不支持汉语问答。例如输入“How to create RBE3 element”,给出的回答如下:
To create an RBE3 element, follow these steps:
1. From the Model ribbon, click the arrow next to the Rigids tool and select RBE3s.
2. Define the element:
- Select an RBE3 element type.
- The dependent node is calculated to be at the centroid of previously selected independent nodes, so dependent node selection is made unavailable.
- Select one or more dependent nodes.
- Select the independent node(s) of the rigid element.
- Specify the degrees of freedom (DOF) at independent and dependent nodes.
- Enter the weight factor for independent nodes.
3. Click Create.
Note: At least one independent node is required, and the RBE3 will be created automatically with a dependent node at the centroid of the independent nodes once two or more nodes are selected.
命令在Ribbon工具栏中的位置、创建方法、注意事项等基本都能描述清楚,并在后面给出了参考文档的链接,点击可直接查看相应的官方参考文档。
输入汉语“如何创建RBE3单元”,则无法给出任何有效的回答。
如果输入的问题无法得到有效的回答,则可以换个问法,或将问题变得更详细、细致一些。例如rigids或RBEs比spiders更容易找到结果。
Altair Copilot有脚本编写功能,只需在问题的前面加上关键字#script或/script即可在回答中得到相应的脚本输出。
