属性编辑器

From FreeCAD Documentation
Revision as of 07:04, 30 September 2017 by Starofrainnight (talk | contribs) (Created page with "通常,属性编辑器一次只处理一个对象。属性编辑器中显示的值属于活动文档的活动对象(如果您处理多个文档,请注意哪个文档是...")

概述

属性编辑器是FreeCAD最重要的工具之一,也是FreeCAD使用的主要元素。 属性编辑器允许管理文档中对象的属性。

通常,属性编辑器一次只处理一个对象。属性编辑器中显示的值属于活动文档的活动对象(如果您处理多个文档,请注意哪个文档是真正活动文档)。如果您没有选择任何元素(或没有元素),则属性编辑器将为空。

Not all the properties can be modified in any moment. Depending on the specific status, some properties will be shown as read-only.

The properties of an object are grouped in View properties and Data properties, and shown under different tabs.

Different objects may have different properties. However, some properties are common among all objects, for instance the position and the rotation of an object are Data properties that can be manipulated.

Property definition

Template:Property

Function

The Property Editor has two tabs: the View tab and the Data tab.

  • The View tab provides access to the properties related to the visual display of the object
  • The Data tab allows modification of the physical parameters of an object.

Example of Part object properties

Template:PartDesign Placement


Interface Customization
Workbenches