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