Property/ja: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 1: Line 1:
<languages/>
<languages/>
{{Property}}

'''プロパティ'''とはFreeCADドキュメントあるいはドキュメント内のオブジェクトに付けられた数字やテキスト文字列といった情報のことです。
'''プロパティ'''とはFreeCADドキュメントあるいはドキュメント内のオブジェクトに付けられた数字やテキスト文字列といった情報のことです。


Line 7: Line 5:


FreeCADのカスタムされた[[scripted objects/jp|スクリプト化されたオブジェクト]]は以下の型のプロパティを持つことができます。
FreeCADのカスタムされた[[scripted objects/jp|スクリプト化されたオブジェクト]]は以下の型のプロパティを持つことができます。
{{Property}}

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|Interface Customization|Workbenches}}
{{docnav|Interface Customization|Workbenches}}

Revision as of 14:11, 18 December 2018

プロパティとはFreeCADドキュメントあるいはドキュメント内のオブジェクトに付けられた数字やテキスト文字列といった情報のことです。

プロパティはFreeCADで非常に重要な役割を果たしています。パラメトリックなオブジェクトを使って作業を始めた瞬間からそうなのです。パラメトリックなオブジェクトはそのプロパティのみによって定義されているのですから。

FreeCADのカスタムされたスクリプト化されたオブジェクトは以下の型のプロパティを持つことができます。 Template:Property

Interface Customization
Workbenches