Workbenches/zh: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 61: Line 61:
* [[Image:Workbench_Start.svg|32px]] The [[Start_Workbench|Start Center Workbench]] allows you to quickly jump to one of the most common workbenches.
* [[Image:Workbench_Start.svg|32px]] The [[Start_Workbench|Start Center Workbench]] allows you to quickly jump to one of the most common workbenches.


* [[Image:Workbench_Surface.svg|32px]] The [[Surface_Workbench|Surface Workbench]] provides tools to create and modify surfaces. It is similar as the Part Shape builder Face from edges.
* [[Image:Workbench_Surface.svg|32px]] The [[Surface_Workbench|Surface Workbench]] provides tools to create and modify surfaces. It is similar to the [[Part_Builder|Part Builder]] Face from edges option.


* [[Image:Workbench_TechDraw.svg|32px]] The [[TechDraw_Workbench|TechDraw Workbench]] for producing technical drawings from 3D models. It is the successor of the [[Drawing_Workbench|Drawing Workbench]].
* [[Image:Workbench_TechDraw.svg|32px]] The [[TechDraw_Workbench|TechDraw Workbench]] for producing technical drawings from 3D models. It is the successor of the [[Drawing_Workbench|Drawing Workbench]].
Line 67: Line 67:
* [[Image:Workbench_Test.svg|32px]] The [[Testing|Test Framework Workbench]] is for debugging FreeCAD.
* [[Image:Workbench_Test.svg|32px]] The [[Testing|Test Framework Workbench]] is for debugging FreeCAD.


* [[Image:Workbench_Web.svg|32px]] The [[Web_Workbench|Web Workbench]] provides you with a browser window instead of the [[3D view|3D view]] within FreeCAD.
* [[Image:Workbench_Web.svg|32px]] The [[Web_Workbench|Web Workbench]] provides you with a browser window instead of the [[3D_view|3D view]] within FreeCAD.


===已弃用==
===已弃用==

Revision as of 12:11, 28 December 2021

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

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

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

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

内建工作台

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 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.

=已弃用

出于兼容性目的,以下工作台仍包含在基本安装中,但不再使用。

外部工作台

FreeCAD工作台易于通过Python进行编程开发,因此FreeCAD主要开发领域之外的很多人自己开发额外的工作台。

外部工作台页面列出了该社区已知的所有内容。 大多数功能都可以使用菜单 工具 → 插件管理器下的插件管理器从FreeCAD轻松安装。

新的工作台持续在开发中,敬请关注。