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 18: Line 18:
</div>
</div>


<span id="Built-in_workbenches"></span>
==内建工作台==
==内建工作台==


Line 41: Line 42:
* [[Image:Workbench_OpenSCAD.svg|32px]] The [[OpenSCAD_Workbench|OpenSCAD Workbench]] for interoperability with OpenSCAD and repairing [[constructive solid geometry|constructive solid geometry]] (CSG) model history.
* [[Image:Workbench_OpenSCAD.svg|32px]] The [[OpenSCAD_Workbench|OpenSCAD Workbench]] for interoperability with OpenSCAD and repairing [[constructive solid geometry|constructive solid geometry]] (CSG) model history.


* [[Image:Workbench_Part.svg|32px]] The [[Part_Workbench|Part Workbench]] for working with CAD parts.
* [[Image:Workbench_Part.svg|32px]] The [[Part_Workbench|Part Workbench]] for working with geometric primitives and boolean operations.


* [[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.
Line 69: Line 70:
* [[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.


<span id="Deprecated"></span>
===已弃用==
===已弃用==


Line 81: Line 83:
* [[Image:Workbench_Drawing.svg|32px]] The [[Drawing_Workbench|Drawing Workbench]] was used for producing technical drawings but has now been deprecated. It is still needed to read old FreeCAD files that contain objects created with this workbench. The [[TechDraw_Workbench|TechDraw Workbench]] is its more advanced replacement. {{Obsolete|0.17}}
* [[Image:Workbench_Drawing.svg|32px]] The [[Drawing_Workbench|Drawing Workbench]] was used for producing technical drawings but has now been deprecated. It is still needed to read old FreeCAD files that contain objects created with this workbench. The [[TechDraw_Workbench|TechDraw Workbench]] is its more advanced replacement. {{Obsolete|0.17}}


<span id="External_workbenches"></span>
==外部工作台==
==外部工作台==



Revision as of 22:03, 20 March 2023

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

=已棄用

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

外部工作檯

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

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

新的工作檯持續在開發中,敬請關注。