SIObject.OriginPath

導入

v4.0

詳細

このオブジェクトのインストールパスを String として戻します。ネイティブ Softimage オブジェクトはアプリケーションパス(デフォルトのファクトリパス)を戻しますが、カスタムオブジェクトはプラグインファイルがインストールされたパスを戻します。

C#構文

// get accessor

String rtn = SIObject.OriginPath;

VBScript の例

'

'	This example returns the current installation path 

'

set cone = ActiveSceneRoot.AddPrimitive( "cone" )

Application.LogMessage "Cone's origin path: " & cone.OriginPath

関連項目

SIObject.Origin