ClusterProperty_V1

Object Hierarchy

Introduced

v1.0

Description

This object is obsolete and has been replaced by the ClusterProperty object. A property on a geometry Cluster_V1 object.

Methods

SetElementsValues      
       

Properties

ElementsValues NbElements ValueSize  
       

Examples

VBScript Example

'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

See Also

Cluster_V1