Workbenches/zh: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 26: Line 26:
* [[Image:Workbench_Part.svg|24px]] [[Part Module/zh|零件工作台]]用于创建CAD零件。
* [[Image:Workbench_Part.svg|24px]] [[Part Module/zh|零件工作台]]用于创建CAD零件。


* [[Image:Workbench_PartDesign.svg|24px]] [[PartDesign Workbench/zh|零件设计工作台]]用于从草图构建零件形状。
<div class="mw-translate-fuzzy">
* [[Image:Workbench_Path.svg|24px]][[Path_Workbench/zh|刀路工作台]]用于生成G-Code指令。它仍处于发展阶段。0.16版只具有基本功能。
* [[Image:Workbench_PartDesign.svg|24px]] The [[PartDesign Workbench/zh|Part Design Workbench]] for building Part shapes from sketches.
* [[Image:Workbench_Plot.svg|24px]][[Plot Module/zh|图表工作台]]用于编辑和保存从其他模块或工具中创建的图表。
* [[Image:Workbench_Path.svg|24px]] The [[Path_Workbench/zh|Path Workbench]] is used to produce G-Code instructions. It is still in a stage of development. Only basic functions in 0.16
* [[Image:Workbench_Points.svg|24px]] [[Points_Module/zh|点云工作台]]用于处理点云。
* [[Image:Workbench_Plot.svg|24px]] The [[Plot Module/zh|Plot Workbench]] is used to edit and save output plots created from other modules and tools.
* [[Image:Workbench_Points.svg|24px]] The [[Points_Module/zh|Points Workbench]] for working with point clouds.
* [[Image:Workbench_Raytracing.svg|24px]] The [[Raytracing Module/zh|光线跟踪工作台]],用于处理光线跟踪(渲染)。
* [[Image:Workbench_Raytracing.svg|24px]] The [[Raytracing Module/zh|Raytracing Workbench]] for working with ray-tracing (rendering)
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 10:03, 4 March 2019

Property editor
PartDesign Workbench

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

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

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

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

内建工作台

Freecad安装后具有以下工作台:

External workbenches

FreeCAD workbenches are easy to program in Python, there are therefore many people developing additional workbenches outside of the FreeCAD main developers.

The external workbenches page has some information and tutorials on some of them, and the FreeCAD Addons project aims at gathering them and making them easily installable from within FreeCAD.

New workbenches are in development, stay tuned!

Property editor
PartDesign Workbench