工作台

From FreeCAD Documentation
Revision as of 09:11, 23 February 2019 by Renoxray (talk | contribs) (Created page with "Freecad安装后具有以下工作台:")
Property editor
PartDesign Workbench

FreeCad和许多现代设计应用程序一样,如RevitCATIA,都基于 工作台的概念。工作台可以看作是为某个任务专门归类的一组工具。在一个传统的家具车间里,你会有一张工作台给木材工人,另一张给金属件工人,也许还有第三张给把所有零件组装在一起的工人。

在FreeCad中,同样的概念也适用。工具根据与之相关的任务分组归类到工作台中。

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

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

内建工作台

Freecad安装后具有以下工作台:

  • The Arch Workbench for working with architectural elements.
  • The Complete Workbench hold all commands and features from all the modules and workbenches which met certain quality criteria.
  • The Draft Workbench contains 2D tools and basic 2D and 3D CAD operations.
  • The Drawing Workbench for displaying your 3D work on a 2D sheet.
  • The FEM Workbench provides Finite Element Analysis (FEA) workflow.

External workbenches

FreeCAD workbenches are easy to program in Python, there are therefore many people developing additional workbenches outside of the FreeCAD main developers.

The external workbenches page has some information and tutorials on some of them, and the FreeCAD Addons project aims at gathering them and making them easily installable from within FreeCAD.

New workbenches are in development, stay tuned!

Property editor
PartDesign Workbench