NXOpen.UF.SfColorAttr_Struct.Ranges

SfColorAttr_Struct.Ranges

Array of size num_ranges defining ranges of scalar values, each of which maps to a different color. It is an array of (num_ranges + 1) double scalar values, where the minimum and maximum scalar value for the ith range are given by ranges[i] and and ranges[i + 1], respectively. The scalar ranges map to the colors in the rgb_values field, if specified, or to linear increments of the HSV blue-to-red model, otherwise.