ClearThumbnail

導入

v4.0

詳細

指定のリストの各オブジェクトからサムネールをクリアします(格納されている場合)。

スクリプト構文

ClearThumbnail( [InputObjs] );

パラメータ

パラメータ タイプ 説明
InputObjs 文字列 サムネールを削除する対象のエレメント(オブジェクト、モデルなど)のリスト

デフォルト値: 選択されたオブジェクト

JScript の例

//

// This example demonstrates how to use the ClearThumbnail command by opening

// one of the Softimage sample scenes setting a thumbnail (from a file) on the

// Aibo object and then clearing that thumbnail.

//

// STEP 1: Run the following script:

NewScene("", false);

var SamplePath = XSIUtils.BuildPath(

	Application.InstallationPath(siFactoryPath), 

	"Data", "XSI_SAMPLES"

);

OpenScene( XSIUtils.BuildPath(SamplePath, "Scenes", "OLD", "dog.scn"), false );

SetThumbnail( "Aibo", XSIUtils.BuildPath(SamplePath, "Thumbnails", "XSIlogo32.bmp") );

// STEP 2: View that thumbnail by using a driven tab in a shelf view.

//

// STEP 3: To clear the thumbnail, paste this line (uncommented) 

//         in the Script Editor and run it:

//

ClearThumbnail( "Aibo" );

関連項目

SetThumbnail SetThumbnailFromRegion