Property/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "Category:Base/it")
Line 44: Line 44:
[[Category:User Documentation/it]]
[[Category:User Documentation/it]]


[[Category:Base]]
[[Category:Base/it]]


{{clear}}
{{clear}}

Revision as of 17:27, 25 December 2018

Properties play a very important part in FreeCAD, since it has been designed to work with parametric objects, which are objects defined only by their properties.

Custom scripted objects in FreeCAD can have properties of the following types:

Boolean
 Float
 FloatList
 FloatConstraint
 Angle
 Distance
 Integer
 IntegerConstraint
 Percent
 Enumeration
 IntegerList
 String
 StringList
 Link
 LinkList
 Matrix
 Vector
 VectorList
 Placement
 PlacementLink
 Color
 ColorList
 Material
 Path
 File
 FileIncluded
 PartShape
 FilletContour
 Circle