Click or drag to resize
SoConversionMappingMethods Enumeration

Note: This API is now obsolete.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Enum OIV::Inventor::Algorithms::SoConversion::MappingMethods is erroneously public. It will be removed in future major release")]
public enum MappingMethods
Members
  Member nameValueDescription
MAP_TO_CENTER0

First dataRange value will be mapped to the center of first colormap texel.

Last dataRange value will be mapped to the center of last colormap texel. Other values are mapped linearly.

colormap: |__|__|__|__|__|__|__| datarange: !__________________! min max

MAP_TO_BORDER1

First dataRange value will be mapped to the left of first colormap texel.

Last dataRange value will be mapped to the right of last colormap texel. Other values are mapped linearly.

colormap: |__|__|__|__|__|__|__| datarange: !____________________! min max

Remarks