SI_SubelementUserDataPolygon_<userDataTag>
Stores polygon user data.
Softimage does not export this template. If a dotXSI file contains this template, Softimage ignores it. See XSI_UserData for the corresponding Softimage template.
1.3
SI_SubelementUserDataPolygon_<userDataTag> {
<nbSubelements>,
// Polygon indices
<polygonIndex>
... // more polygon indices
// user data
<format>, // 0=decimal dump, 1=formatted dump
<endian>, // 0=big, 1=little
// decimal dump
<length>, // User data length
<byte1>, <byte2>, <byte3>, <byte4>,
<byte5>, <byte6>, <byte7>, <byte8>,
...
...,<byteN>,
// formatted dump
<float>,
<int>,
<boolean>,
<short>,
<byte>,
<string>,
<arraySize>,
<element1>,
...
<elementN>,
}
See Special Issues with Conversion between Softimage and SI|3D for more information on importing and exporting formatted user data.
Autodesk Crosswalk v4.0