siActionWhenLocalMaterialsOverlap Enum


Enumerations

enum   siActionWhenLocalMaterialsOverlap {
  siPromptUser = 0,
  siRemoveFromSelectedClusters = 1,
  siRemoveFromExistingClusters = 2,
  siLetLocalMaterialsOverlap = 3,
  siJustReturnExistingClusters = 4
}

Detailed Description

This indicates what to do when local materials overlap
See also:
AddToCluster, ApplyShader, ClusterNonOverlapEnforcement

Enumeration Type Documentation

enum siActionWhenLocalMaterialsOverlap

Enumerator:
siPromptUser  [0] Prompt the user that local materials overlap (used by ApplyShader only)
siRemoveFromSelectedClusters  [1] Remove the common elements from the selected clusters
siRemoveFromExistingClusters  [2] Remove the common elements from the existing clusters
siLetLocalMaterialsOverlap  [3] Let the local materials overlap (used by ApplyShader only)
siJustReturnExistingClusters  [4] Return the existing clusters overlapping with the selected ones (used by ClusterNonOverlapEnforcement only)