SI_Cluster

Stores groups of vertices on a model. This is a sublevel template of the SI_Model template. See also XSI_ClusterInfo.

 

This template corresponds to the CSLCluster class.

Introduced

3.0

Template

SI_Cluster <cluster name> {
   <refmodel>,
   <weighting>,
   <cls_ctr_ref>,
   <iVertices>,
   // indices of vertices; see example below
}

Members

Member name

Description

refmodel

Name of the reference model.

weighting

Weighting. Possible values include:

“AVERAGE“

“ADDITIVE“

cls_ctr_ref

Cluster center reference. If there is no cluster center, use an empty string instead.

iVertices

Number of vertices.

Example

SI_Cluster blueball {
   "blueball",
   "AVERAGE",
   "",
   11,
   1,
   21,
   22,
   28,
   29,
   35,
   36,
   42,
   43,
   49,
   50,
}


Autodesk Softimage v7.5