Propriétés des objets

From FreeCAD Documentation
Revision as of 10:22, 14 March 2019 by Gnrc (talk | contribs) (Created page with "{{Code|code= Boolean Float FloatList FloatConstraint Angle Distance Integer IntegerConstraint Percent Enumeration IntegerList String StringList Link LinkList...")

Une propriété est une information, telle qu'un nombre ou une chaîne de texte, attachée à un document FreeCAD ou à un objet d'un document. Les propriétés peuvent être visualisées et modifiées avec l'éditeur de propriétés.

Les propriétés jouent un rôle très important dans FreeCAD, car il a été conçu pour fonctionner avec des objets paramétriques, qui ne sont définis que par leurs propriétés.

Les Objets créés par script personnalisés dans FreeCAD peuvent avoir des propriétés des types suivants :

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