工作台

From FreeCAD Documentation
Revision as of 15:31, 3 May 2023 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

像许多现代设计应用程序,如RevitCATIA,FreeCAD基于工作台的概念。工作台可以被认为是为特定任务分组的一组工具。在一个传统的家具车间里,你有一个工作桌子给木材工作的人,另一张桌子给金属件工作的人,也可能有第三张桌子给把所有这些部件组装在一起的人。

在FreeCAD中,相同的概念也适用。工具根据其相关任务分为工作台。

当您从一个工作台切换到另一个工作台时,界面上可用的工具发生变化。工具栏,命令栏和界面的其他部分可以切换到新的工作台,但是您的场景的内容不会改变。例如,您可以使用草图工作台开始绘制2D形状,然后使用零件工作台进一步处理它们。

请注意,有时工作台被称为“模块”。但是,工作台和模块是不同的实体。模块是FreeCAD的任何扩展,而Workbench是一个特殊的GUI配置,可以组合一些工具栏和菜单。通常每个模块都包含自己的工作台,因此交叉使用名称。

内建的工作台

Current

每个FreeCAD安装都可以使用以下工作台:

  • Std Base. This is not really a workbench, but rather a category of 'standard' commands and tools that can be used in all workbenches.
  • The FEM Workbench provides Finite Element Analysis (FEA) workflow.
  • The Inspection Workbench is made to give you specific tools for examination of shapes. It is still under development.
  • The Part Workbench for working with geometric primitives and boolean operations.
  • The Path Workbench is used to produce G-Code instructions. It is still under development.
  • The Reverse Engineering Workbench is intended to provide specific tools to convert shapes/solids/meshes into parametric FreeCAD-compatible features. It is still under development.

Obsolete

The following workbenches are no longer included after version 0.20:

外部工作台

FreeCAD工作台很容易在Python中编程,所以很多人在FreeCAD代码库之外开发了额外的工作台。

外部工作台页面有一些关于其中的一些信息和教程,FreeCAD Addons项目旨在收集它们,并使其可以从FreeCAD中轻松安装。亦可用Addon Manager进行安装,它在菜单中的位置为Tools → Addon manager


Property editor/zh-cn
PartDesign Workbench/zh-cn