SIAssignMaterial

導入

v4.0

カテゴリ

property

詳細

オブジェクトのリストにマテリアルを割り当てます。

スクリプト構文

SIAssignMaterial( [Objects], Material );

パラメータ

パラメータ タイプ 詳細
Objects 文字列 新しいマテリアルを割り当てるオブジェクト
Material 文字列 追加するマテリアル

VBScript の例

' The following example uses SIAssignMaterial to 
' assign a material to the given object.
CreatePrim "Cone", "MeshSurface"
SICreateMaterial ,"TestMaterial","Sources.Materials.DefaultLib"
SIAssignMaterial "Cone", "Sources.Materials.DefaultLib.TestMaterial"
logmessage selection(0).material.fullname

関連項目

AddProp SIAddProp SIUnAssignMaterial