工作台
Jump to navigation
Jump to search
User documentation
Outdated translations are marked like this.
FreeCad和许多现代设计应用程序一样,如Revit或 CATIA,都基于 工作台的概念。工作台可以看作是为某个任务专门归类的一组工具。在一个传统的家具车间里,你会有一张工作台给木材工人,另一张给金属件工人,也许还有第三张给把所有零件组装在一起的工人。
在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 Arch Workbench for working with architectural elements.
The Draft Workbench contains 2D tools and basic 2D and 3D CAD operations.
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 Mesh Workbench for working with triangulated meshes.
The OpenSCAD Workbench for interoperability with OpenSCAD and repairing constructive solid geometry (CSG) model history.
The Part Workbench for working with geometric primitives and boolean operations.
The Part Design Workbench for building Part shapes from sketches.
The Path Workbench is used to produce G-Code instructions. It is still under development.
The Points Workbench for working with point clouds.
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.
The Robot Workbench for studying robot movements.
The Sketcher Workbench for working with geometry-constrained sketches.
The Spreadsheet Workbench for creating and manipulating spreadsheet data.
The Start Center Workbench allows you to quickly jump to one of the most common workbenches.
The Surface Workbench provides tools to create and modify surfaces. It is similar to the Part Builder Face from edges option.
The TechDraw Workbench for producing technical drawings from 3D models. It is the successor of the Drawing Workbench.
The Test Framework Workbench is for debugging FreeCAD.
The Web Workbench provides you with a browser window instead of the 3D view within FreeCAD.
Obsolete
The following workbenches are no longer included after version 0.20:
The Drawing Workbench was used for producing technical drawings. The TechDraw Workbench is its more advanced replacement.
The Image Workbench was used for working with bitmap images. It functionality has been integrated in Std Base. See Std Import and Std ViewLoadImage.
The Raytracing Workbench was used for ray-tracing (rendering). The external Render Workbench should be used instead.
外部工作台
FreeCAD工作台易于通过Python进行编程开发,因此FreeCAD主要开发领域之外的很多人自己开发额外的工作台。

- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Arch, Draft, FEM, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Start, Surface, TechDraw, Test Framework, Web
- Hubs: User hub, Power users hub, Developer hub