ViewObject API/jp

GUIが起動している場合、FreeCADの各オブジェクトは関連付けられたViewObjectを持ちます。このViewObjectはFreeCADの対となるFreeCADGuiドキュメント内にあります。ViewObjectは二種類のやり方で取得することができます。

例:

myViewObj = FreeCAD.ActiveDocument.myObjectName.ViewObject
myViewObj = FreeCADGui.ActiveDocument.myObjectName
print myViewObj.IV
Property.png Annotation

戻り値: ViewObjectの注釈ノード


Property.png BoundingBox

戻り値: バウンディングボックス


Property.png Content

戻り値: ViewObjectのプロパティのXML表現


Property.png DisplayMode

戻り値: 現在の表示モード


Property.png IV

戻り値: ViewObjectのInventor表現


Property.png Object

戻り値: ViewObjectの関連付けられているFreeCADドキュメントオブジェクト


Property.png PropertiesList

戻り値: ViewObjectのプロパティのリスト


Property.png RootNode

戻り値: ViewObjectのInventorノード(pivy.coinオブジェクト)


Property.png Selectable

戻り値: オブジェクトが選択可能な場合はTrue


Property.png Type

戻り値: ViewObjectの型


Property.png Visibility

戻り値: ViewObjectが表示されている場合はTrue


Method.png getAllDerivedFrom ( )

説明:

戻り値: オブジェクトの全ての子クラス


Method.png getDocumentationOfProperty ( )

説明:

戻り値: クラスのプロパティのドキュメント文字列


Method.png getGroupOfProperty ( )

説明:

戻り値: クラスの中でそのプロパティが属しているグループの名前。プロパティは便利のために異なる名前のグループに保持されています。


Method.png getPropertyByName ( )

説明:

戻り値: 指定された名前のプロパティの値


Method.png getTypeOfProperty ( )

説明:

戻り値: 指定された名前のプロパティの型。Hidden、ReadOnly、Output、またはその組み合わせです。


Method.png hide ( )

説明: オブジェクトを非表示にします。

戻り値:


Method.png isDerivedFrom ( string )

説明: 与えられた型が親クラスかどうかチェックします。

戻り値: 与えられた型が親の場合はTRUE


Method.png isVisible ( )

説明: オブジェクトが表示されているかどうかチェックします。

戻り値: ブール値


Method.png listDisplayModes ( )

説明: 全ての表示モードのリストを表示します。

戻り値: リスト


Method.png setTransformation ( coin.SoTransform )

説明: Inventorノードに変形を設定します。

戻り値: なし


Method.png show ( )

説明: 非表示の場合、オブジェクトを表示します。

戻り値: なし


Method.png toString ( )

説明:

戻り値: Inventorノードの文字列表現


Method.png update ( )

説明: オブジェクトのビュー表現を更新します。

戻り値:



Online version: "http://www.freecadweb.org/wiki/index.php?title=ViewObject_API/jp&oldid=16361"

Navigation menu