Online Help Toc/zh: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
 
(59 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<languages/>
This is the table of contents used for automatic building of the online help system in FreeCAD. A printable version of this manual is also available on the [https://github.com/FreeCAD/FreeCAD/releases releases page]

<div class="mw-translate-fuzzy">
这是用于自动创建FreeCAD在线帮助系统的目录。该手册在[https://github.com/FreeCAD/FreeCAD/releases 发布页]有一份可打印版本。
</div>

There is another table of contents for the [[Manual:Introduction|FreeCAD MANUAL]].

<div class="mw-translate-fuzzy">
* 引言
**[[Online Help Startpage|欢迎]]
** [[About FreeCAD/zh|关于FreeCAD]]
** [[Feature list/zh|功能表]]
** [[Install on Windows/zh|在Windows中安装]]
** [[Install on Unix/zh|在Linux/Unix中安装]]
** [[Install on Mac/zh|在Mac中安装]]
</div>


* [[Online Help Startpage| Welcome]]
* Introduction
* Introduction
**[[Online_Help_Startpage|Welcome]]
** [[About FreeCAD]]
** [[Feature list|Features]]
** [[About_FreeCAD|About FreeCAD]]
** [[Feature_list|Features]]
** [[Install on Windows|Installing on Windows]]
** [[Install on Unix|Installing on Linux/Unix]]
** [[Installing_on_Windows|Installing on Windows]]
** [[Install on Mac|Installing on Mac]]
** [[Installing_on_Linux|Installing on Linux]]
** [[Installing|Installing additional contents]]
** [[Installing_on_Mac|Installing on Mac]]
** [[Installing_additional_components|Installing additional components]]


<div class="mw-translate-fuzzy">
* Working with FreeCAD
* 使用FreeCAD
** [[Getting started]]
** [[Getting started/zh|开始]]
** [[Mouse Model|Navigating in the 3D space]]
** [[Mouse Model/zh|鼠标操控]]
** [[Document structure|The FreeCAD Document]]
** [[Document structure/zh|文档结构]]
** [[Property editor|Working with parametric objects]]
** [[Property editor|属性编辑器]]
** [[Workbenches|Working with workbenches]]
** [[Workbenches/zh|使用工作台]]
** [[Import Export|Importing and exporting to other filetypes]]
** [[Import Export/zh|导入和导出到其它文件类型]]
</div>


<div class="mw-translate-fuzzy">
* The Workbenches
* 工作区
** [[Part Module|The Part Workbench]]
** [[Arch_Workbench/zh|建筑工作台]]
** [[Draft Module|The Draft Workbench]]
** [[Debugging/zh|测试工作台]]
** [[Sketcher_Module|The Sketcher Workbench]]
** [[Draft_Workbench/zh|制图工作台]]
** [[PartDesign Workbench|The PartDesign Workbench]]
** [[Drawing_Workbench/zh|工程制图工作台]]
** [[Drawing Module|The Drawing workbench]]
** [[FEM_Workbench/zh|FEM 工作台]]
** [[Raytracing Module|The Raytracing workbench]]
** [[Image_Workbench/zh|图像工作台]]
** [[Mesh Module|The Mesh Workbench]]
** [[Inspection_Workbench/zh|形状检测工作台]]
** [[Arch Module|The Arch workbench]]
** [[Mesh_Workbench/zh|网格工作台]]
** [[OpenSCAD Module|The OpenSCAD workbench]]
** [[OpenSCAD_Workbench/zh|OpenSCAD 工作台]]
** [[Image Module|The Image workbench]]
** [[Part_Workbench/zh|零件工作台]]
** [[FEM Module|The FEM workbench]]
** [[PartDesign_Workbench/zh|零件设计工作台]]
** [[Robot Module|The Robot workbench]]
** [[Path_Workbench/zh|路径工作台]]
** [[Inspection Workbench|The Inspection Workbench]]
** [[Plot_Workbench/zh|绘图工作台]]
** [[Path Workbench|The Path Workbench]]
** [[Points_Workbench/zh|点集工作台]]
** [[Plot Module|The Plot Workbench]]
** [[Raytracing_Workbench/zh|光线追踪工作台]]
** [[FreeCADShip Workbench|The Ship Workbench]]
** [[Reverse_Engineering_Workbench/zh|逆向工程工作台]]
** [[Spreadsheet Module|The Spreadsheet Workbench]]
** [[Robot_Workbench/zh|机器人仿真工作台]]
** [[Ship_Workbench/zh|船舶工作台]]
** [[Sketcher_Workbench/zh|草图工作台]]
** [[Spreadsheet_Workbench/zh|表格工作台]]
** [[Start_Workbench/zh|启动工作台]]
** [[Surface_Workbench/zh|表面工作台]]
** [[TechDraw_Workbench/zh|技术绘图工作区]]
** [[Web_Workbench/zh|网页工作台]]
</div>


<div class="mw-translate-fuzzy">
* [[List of Commands|List of all FreeCAD commands]]
* [[List of Commands/zh|FreeCAD命令清单]]
* [[Tutorials]]
* [[Tutorials/zh|指南]]
</div>


* [[Import_Export|List of file formats (import-export)]]
* Customizing FreeCAD
** [[Interface Customization|Customizing the interface]]
** [[Preferences Editor|Setting user preferences]]
** [[Macros|Working with macros]]


* [[Frequently_asked_questions|FAQ]]
* Scripting and Macros
** [[Introduction to Python]]
** [[Python scripting tutorial]]
** [[FreeCAD Scripting Basics]]
** [[Mesh Scripting]]
** [[Topological data scripting|Part Scripting]]
** [[Mesh to Part|Converting between Meshes and Parts]]
** [[Scenegraph|The Coin Scenegraph]]
** [[Pivy|Working with Pivy]]
** [[PySide|Working with PySide]]
** [[Scripted objects|Creating parametric objects]]
** [[Embedding FreeCAD]]
** [[API documentation]]
** Scripting Examples
*** [[Code snippets]]
*** [[Line drawing function]]
*** [[Dialog creation]]


* [[Workarounds|Workarounds]]

* [[Tutorials|Tutorials]]

<div class="mw-translate-fuzzy">
* 定制 FreeCAD
** [[Interface Customization/zh|用户界面定制]]
** [[Preferences Editor/zh|用户首选项设置]]
** [[Macros/zh|使用宏命令]]
</div>

<div class="mw-translate-fuzzy">
* 脚本与宏
** [[Introduction to Python/zh|Python简介]]
** [[Python scripting tutorial/zh|Python脚本指南]]
** [[FreeCAD Scripting Basics/zh|FreeCAD脚本基础]]
** [[Mesh Scripting/zh|网格脚本]]
** [[Topological data scripting/zh|零件脚本]]
** [[Mesh to Part/zh|网格与零件之间的转化]]
** [[Scenegraph/zh|Coin场景图]]
** [[Pivy/zh|使用Pivy]]
** [[PySide/zh|使用PySide]]
** [[Scripted objects/zh|创建对象]]
** [[Embedding FreeCAD/zh|嵌入式FreeCAD]]
** 脚本示例
*** [[Code snippets/zh|代码片段]]
*** [[Line drawing function/zh|画线函数]]
*** [[Dialog creation/zh|创建对话框]]
</div>

<div class="mw-translate-fuzzy">
* 为 FreeCAD 开发应用程序
* 为 FreeCAD 开发应用程序
** [[Licence/cn|许可证]]
** [[Licence/zh|许可证]]
** 编译 FreeCAD
** 编译 FreeCAD
*** [[Tracker/cn|获取帮助]]
*** [[Tracker/zh|问题追踪]]
*** [[CompileOnWindows/cn|在 Windows 中编译]]
*** [[Compile_on_Windows/zh|在Windows中编译]]
*** [[CompileOnUnix/cn|在 Unix 中编译]]
*** [[Compile_on_Linux/zh|在Unix中编译]]
*** [[CompileOnMac/cn|在 Mac 中编译]]
*** [[Compile_on_MacOS/zh|在Mac中编译]]
*** [[Third Party Libraries/cn|第三方库]]
*** [[Compiling (Speeding up)/zh|编译(加速)]]
*** [[Third Party Tools/cn|第三方工具]]
*** [[Third Party Libraries/zh|第三方]]
*** [[Start up and Configuration/cn|启动与配置]]
*** [[Third Party Tools/zh|第三方工具]]
*** [[Start up and Configuration/zh|启动与配置]]
** 构建工具
** 构建工具
*** [[FreeCAD Build Tool/cn|FreeCAD 构建工具]]
*** [[FreeCAD Build Tool/zh|FreeCAD构建工具]]
*** [[Module Creation/cn|增加功能模块]]
*** [[Workbench_creation/zh|增加功能模块]]
*** [[Debugging/cn|调试 FreeCAD]]
*** [[Debugging/zh|调试 FreeCAD]]
*** [[Testing/cn|测试 FreeCAD]]
*** [[Testing/zh|测试 FreeCAD]]
*** [[Continuous Integration/zh|持续集成 (CI)]]
** 修改FreeCAD
** 修改 FreeCAD
*** [[Branding/cn|商标]]
*** [[Localisation/cn|翻译 FreeCAD]]
*** [[Branding/zh|商标]]
*** [[Localisation/zh|本土化]]
*** [[Extra python modules/cn|安装 Python 扩展模块]]
*** [[Extra python modules/zh|安装Python扩展模块]]
** [[Source documentation/cn|源码文档]]
** [[Source documentation/zh|源码文档]]
</div>


<div class="mw-translate-fuzzy">
* 赞誉
* 赞誉
**[[Contributors|贡献者名单]]
**[[Contributors/zh|贡献者名单]]
</div>


<div class="mw-translate-fuzzy">
[[Category:Documentation/zh]]
[[Category:Documentation/zh]]
*[[Glossary/zh]]
</div>




{{Userdocnavi{{#translation:}}}}
<languages/>
[[Category:Documentation{{#translation:}}]]

Latest revision as of 21:29, 18 September 2023

這是用於自動創建FreeCAD在線幫助系統的目錄。該手冊在發佈頁有一份可打印版本。

There is another table of contents for the FreeCAD MANUAL.