v4.0
このオブジェクトのインストールパスを String として戻します。ネイティブ Softimage オブジェクトはアプリケーションパス(デフォルトのファクトリパス)を戻しますが、カスタムオブジェクトはプラグインファイルがインストールされたパスを戻します。
// get accessor String rtn = SIObject.OriginPath; |
' ' This example returns the current installation path ' set cone = ActiveSceneRoot.AddPrimitive( "cone" ) Application.LogMessage "Cone's origin path: " & cone.OriginPath |