Workbenches/zh-cn: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 58: Line 58:
* [[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 64: Line 64:
* [[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.


=== Deprecated ===
=== Deprecated ===

Revision as of 12:10, 28 December 2021

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

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

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

请注意,有时工作台被称为“模块”。但是,工作台和模块是不同的实体。模块是FreeCAD的任何扩展,而Workbench是一个特殊的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.

Deprecated

The following workbenches are still included in the base installation for compatibility purposes, but they should no longer be used.

外部工作台

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

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

新的工作台正在开发中,敬请期待!

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