Template:PropertyData

From FreeCAD Documentation
Revision as of 07:51, 18 January 2020 by Vocx (talk | contribs) (Example 3: using the third parameter to establish a hidden property)

Data{{{1}}}


Use this template where you want to show a Data property. See also Template:PropertyView, Template:TitleProperty.

Example:

{{PropertyData|Make Face}}: create a face.

DataMake Face: create a face.


Example 2:

{{PropertyData|Make Face|Bool}}: create a face.

DataMake Face (Bool): create a face.


Example 3:

{{PropertyData|Proxy|PythonObject|hidden}}: a custom class associated with this object.

Data (hidden)Proxy (PythonObject): a custom class associated with this object.