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. |
3.0
SI_Cluster <cluster name> { <refmodel>, <weighting>, <cls_ctr_ref>, <iVertices>, // indices of vertices; see example below }
|
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. |
SI_Cluster blueball {
"blueball",
"AVERAGE",
"",
11,
1,
21,
22,
28,
29,
35,
36,
42,
43,
49,
50,
}Autodesk Crosswalk v3.2