Property/tr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
<div class="mw-translate-fuzzy">
{{Property/tr}}
{{Property/tr}}
</div>

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:

{{Code|code=
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
}}


{{docnav/tr|Interface Customization/tr|Workbenches/tr}}
{{docnav/tr|Interface Customization/tr|Workbenches/tr}}


[[Category:User_Documentation/tr]]
[[Category:User_Documentation/tr]]

[[Category:Base]]


{{clear}}
{{clear}}

Revision as of 17:45, 24 December 2018

Bir Özellik, bir FreeCAD belgesi ve ya bir belge içerisindeki nesneye ait sayı, metin ve benzeri bilgilerdir. Özellikler, Özellik penceresi ile görüntülenebilir ve düzenlenebilir ise değiştirilebilirler.

Özellikler, FreeCAD'de çok önemli bir rol oynar, çünkü sadece özellikleri tarafından tanımlanan nesneler olan parametrik nesnelerle çalışmak üzere tasarlanmıştır.


Parametrik nesneler FreeCAD'de genel olarak aşağıdaki özelliklere sahiptir:

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

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
Interface Customization/tr
Workbenches/tr