Stores user data attached to SOFITMAGE|XSI scene entities.
3.6
XSI_UserData <name>{
<data_size>,
<comp_size>,
<data_array>,
<entities_id>
}
|
Member name |
Description |
|
data_size |
Number of bytes in the array (data is not changed in anyway). |
|
comp_size |
Number of components affected. |
|
data_array |
Array of bytes for the data. This is the actual user data. |
|
entities_id |
Specifies the subcomponent to which the user data is assigned. |
SI_Cluster PntCluster {
"arc3",
"AVERAGE",
"",
6,
1,
4,
7,
10,
13,
16,
XSI_ClusterInfo {
"VERTEX",
}
XSI_UserDataList arc3.crvlist.cls.PntCluster.UserDataExample {
2,
1,
XSI_UserData {
4, // 4 bytes
1, // # of components affected
49, // byte[0]
0, // byte[1]
48, // byte[2]
0, // byte[3]
2, // component w/user data
}
XSI_UserData {
6, // 6 bytes
1, // # of components affected
49, // byte[0]
0, // byte[1]
48, // byte[2]
0, // byte[3]
48, // byte[4]
0, // byte[5]
3, // component w/user data
}
}
}Softimage|Crosswalk v3.11