XSI_ClusterInfo

Stores the cluster’s type. The dotXSI version you are exporting/importing determines the types of cluster that are supported:

Cluster type

dotXSI support

Crosswalk support

Vertices

v3.6

v1.0

Polygons

v3.6

v2.5

Edges

v3.6

--

Subsurfaces

v3.6

--

 

This template corresponds to the CSLXSIClusterInfo class.

Introduced

3.6

Limitations

This template is not available for SI|3D.

For Crosswalk dotXSI files, edge clusters are not supported; however, polygon clusters are supported for import only to Collada, and both import and export to Softimage.

Template

XSI_ClusterInfo <name> {
   <type>, 
}

Members

Member name

Description

type

Possible values include:

• “VERTEX

• “POLY” (dotXSI v3.6)

• “POLYGON” (Crosswalk v2.5)

• “EDGE

• “SUBSURFACE

Example

SI_Cluster cluster_with_center { 
       "ball", 
       "AVERAGE", 
       "ClusterCenter", 
       9, 
       27,
       28,
       29,
       34,
       35,
       36,
       41,
       42,
       43,
       XSI_ClusterInfo { 
          "VERTEX"
       }


Autodesk Crosswalk v4.0