Workbenches/zh: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 49: Line 49:


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

* [[Image:Workbench_Raytracing.svg|32px]] The [[Raytracing_Workbench|Raytracing Workbench]] for working with ray-tracing (rendering).


* [[Image:Workbench_Reverse_Engineering.svg|32px]] The [[Reverse_Engineering_Workbench|Reverse Engineering Workbench]] is intended to provide specific tools to convert shapes/solids/meshes into parametric FreeCAD-compatible features. It is still under development.
* [[Image:Workbench_Reverse_Engineering.svg|32px]] The [[Reverse_Engineering_Workbench|Reverse Engineering Workbench]] is intended to provide specific tools to convert shapes/solids/meshes into parametric FreeCAD-compatible features. It is still under development.
Line 77: Line 75:


* [[Image:Workbench_Image.svg|32px]] The [[Image_Workbench|Image Workbench]] was used for working with bitmap images. It functionality has been integrated in [[Std_Base|Std Base]]. See [[Std_Import|Std Import]] and [[Std_ViewLoadImage|Std ViewLoadImage]].
* [[Image:Workbench_Image.svg|32px]] The [[Image_Workbench|Image Workbench]] was used for working with bitmap images. It functionality has been integrated in [[Std_Base|Std Base]]. See [[Std_Import|Std Import]] and [[Std_ViewLoadImage|Std ViewLoadImage]].

* [[Image:Workbench_Raytracing.svg|32px]] The [[Raytracing_Workbench|Raytracing Workbench]] was used for ray-tracing (rendering). The external [https://github.com/FreeCAD/FreeCAD-render Render Workbench] should be used instead.


<span id="External_workbenches"></span>
<span id="External_workbenches"></span>

Revision as of 15:31, 3 May 2023

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 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輕鬆安裝。