FreeCAD Logo FreeCAD 1.0
  • 英文 南非荷蘭語 阿拉伯語 白俄羅斯語 加泰隆尼亞語 捷克語 德文 希臘語 西班牙文 西班牙文 巴斯克語 芬蘭語 菲律賓語 法文 加利西亞語 克羅埃西亞語 匈牙利語 印尼語 義大利文 日文 卡拜爾語 韓語 立陶宛語 荷蘭文 挪威語 (博克馬爾語) 波蘭文 葡萄牙文 葡萄牙文 羅馬尼亞語 俄文 斯洛伐克語 斯洛維尼亞語 塞爾維亞語 瑞典語 土耳其語 烏克蘭語 瓦倫西亞語 越南語 中文 中文
  • 功能
  • 下載
  • Blog
  • 文件
    Documentation index 開始 使用者文件 The FreeCAD manual 工作台文件 Python coding documentation C++ coding documentation 教學 常見問題 Privacy policy 關於 FreeCAD
  • 貢獻
    How to help Sponsor 回報錯誤 Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • 社群
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
銀行代理: BNP Paribas Fortis
位址: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Navigation Cube
Property View
Index

FreeCad文档包含场景的所有对象。它可以包含组和使用任何工作台生成的对象。您可以在工作台之间切换但仍然编辑同一文档。文档是进行保存操作时存储到磁盘上的内容。您还可以在FreeCad中同时打开多个文档,并打开同一文档的多个视图。

在文档中,可以将对象移动到组中,并赋予唯一的名称。管理组、对象和对象名主要是从树视图中完成的。当然,就像freecad中的所有操作一样,它也可以通过Python解释器完成。在树视图中,可以创建组、将对象移动到组、删除对象或组、在树视图中或对象上单击鼠标右键、通过双击对象的名称重命名对象或其他的操作(取决于当前工作台)。

FreeCad文档中的对象可以是不同类型的。每个工作台都可以创建自己的对象类型,例如网格工作台用来创建网格对象,零件工作台用来创建零件对象,草稿工作台也可以用来创建零件对象等。

如果在FreeCad中至少有一个打开的文档,则始终只有一个活动文档。这是显示在当前三维视图中的文档,即当前正在处理的文档。

应用程序和用户界面

与FreeCad中的其他功能一样,图形用户界面部分(GUI)与基本应用程序部分(app)是分开的。这对文件也是有效的。文档也由两部分组成:包含对象的应用程序文档和包含对象在屏幕上的表示方式的视图文档。

把它想象成两个空间,在其中定义对象。它们的构造参数存储在应用程序文档中(是立方体吗?一个圆锥体?多大?),而它们的图形表示形式存储在视图文档中(用黑线绘制?蓝色的面?)。为什么会这样?因为FreeCad也可以在没有图形界面的情况下使用,例如,在其他程序中运行Freecad,即使屏幕上没有绘制任何内容,我们也必须能够操控我们的对象。

视图文档中包含的另一个内容是三维视图。一个文档可以打开多个视图,因此您可以同时从多个视图检查文档。也许你想同时看到你工作的俯视图和俯视图。然后,您将拥有同一文档的两个视图,它们都存储在视图文档中。可以从“视图”菜单或右键单击“视图”选项卡来创建新视图或关闭视图。

编程

可以通过Python解释器轻松创建、访问和修改文档。例如:

FreeCAD.ActiveDocument

将返回当前(激活)文档

FreeCAD.ActiveDocument.Blob

会访问你的文档中一个叫做“Blob“的对象。

FreeCADGui.ActiveDocument

将返回与当前文档关联的视图文档

FreeCADGui.ActiveDocument.Blob

将访问对象Blob的图形表示(视图)部分

FreeCADGui.ActiveDocument.ActiveView

将返回当前视图


Mouse Model/zh
Preferences Editor/zh
Index

此頁面取自 https://wiki.freecad.org/Document_structure

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub