ClusterProperty_V1

Object Hierarchy

導入

v1.0

詳細

このオブジェクトは廃止されたオブジェクトであり、ClusterPropertyオブジェクトに置き換えられています。ジオメトリCluster_V1オブジェクトのプロパティです。

メソッド

SetElementsValues      
       

プロパティ

ElementsValues NbElements ValueSize  
       

VBScript の例

'VBScript example
CreatePrim "Grid", "MeshSurface"
'This create a texture property containing the projected U,V,W values
CreateTextureProj 
'Select the newly created property
SelectObj "grid.polymsh.cls.Texture_Coordinates_AUTO.Texture_Projection"
'The current selection contains the newly created cluster property
set mySelList = GetValue("SelectionList")
set myItem = mySelList(0)
set myClusterProp = myItem.obj

関連項目

Cluster_V1