Workbenches/zh: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(One intermediate revision by the same user not shown)
Line 33: Line 33:


* [[Image:Workbench_Arch.svg|32px]] The [[Arch_Workbench|Arch Workbench]] for working with architectural elements.
* [[Image:Workbench_Arch.svg|32px]] The [[Arch_Workbench|Arch Workbench]] for working with architectural elements.

* [[Image:Workbench_Assembly.svg|32px]] The [[Assembly_Workbench|Assembly Workbench]] for building and solving mechanical assemblies. {{Version|0.22}}

* [[Image:Workbench_CAM.svg|32px]] The [[CAM_Workbench|CAM Workbench]] is used to produce G-Code instructions. This workbench was called "Path Workbench" in {{VersionMinus|0.21}}.


* [[Image:Workbench_Draft.svg|32px]] The [[Draft_Workbench|Draft Workbench]] contains 2D tools and basic 2D and 3D CAD operations.
* [[Image:Workbench_Draft.svg|32px]] The [[Draft_Workbench|Draft Workbench]] contains 2D tools and basic 2D and 3D CAD operations.
Line 47: Line 51:


* [[Image:Workbench_PartDesign.svg|32px]] The [[PartDesign_Workbench|Part Design Workbench]] for building Part shapes from sketches.
* [[Image:Workbench_PartDesign.svg|32px]] The [[PartDesign_Workbench|Part Design Workbench]] for building Part shapes from sketches.

* [[Image:Workbench_Path.svg|32px]] The [[Path_Workbench|Path Workbench]] is used to produce G-Code instructions.


* [[Image:Workbench_Points.svg|32px]] The [[Points_Workbench|Points Workbench]] for working with point clouds.
* [[Image:Workbench_Points.svg|32px]] The [[Points_Workbench|Points Workbench]] for working with point clouds.

Revision as of 21:19, 25 March 2024

FreeCad和許多現代設計應用程式一樣,如RevitCATIA,都基於 工作枱的概念。工作枱可以看作是為某個任務專門歸類的一組工具。在一個傳統的家具車間裏,你會有一張工作枱給木材工人,另一張給金屬件工人,也許還有第三張給把所有零件組裝在一起的工人。

在FreeCad中,同樣的概念也適用。工具根據與之相關的任務分組歸類到工作枱中。

當您從一個工作枱切換到另一個工作枱時,界面上可用的工具會發生變化。工具欄、命令欄和界面的其他部分會切換到新的工作枱,但是場景的內容不會改變。例如,您可以使用草圖工作枱開始繪製二維形狀,然後使用零件工作枱對它們進行進一步處理。

請注意,有時工作枱被稱為「模塊」。但是,工作枱和模塊是不同的實體。模塊是FreeCad的任何擴展,而工作枱是一個特殊的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 CAM Workbench is used to produce G-Code instructions. This workbench was called "Path Workbench" in version 0.21 and below.
  • The FEM Workbench provides Finite Element Analysis (FEA) workflow.
  • The Inspection Workbench is made to give you specific tools for examination of shapes. Still in the early stages of development.
  • The Part Workbench for working with geometric primitives and boolean operations.
  • The Reverse Engineering Workbench is intended to provide specific tools to convert shapes/solids/meshes into parametric FreeCAD-compatible features.
  • The Start Workbench allows you to quickly jump to one of the most common workbenches.

Obsolete

The following workbenches are no longer included after version 0.20:

外部工作枱

FreeCAD工作枱易於通過Python進行編程開發,因此FreeCAD主要開發領域之外的很多人自己開發額外的工作枱。

外部工作枱頁面列出了該社區已知的所有內容。 大多數功能都可以使用菜單 工具 → 插件管理器下的插件管理器從FreeCAD輕鬆安裝。