SoColorMappredefinedColorMap Property |
Use this field to load predefined color maps.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoSFEnum<SoColorMapPredefinedColorMaps> predefinedColorMap { get; }
Public ReadOnly Property predefinedColorMap As SoSFEnum(Of SoColorMapPredefinedColorMaps)
Get
public:
property SoSFEnum<SoColorMapPredefinedColorMaps>^ predefinedColorMap {
SoSFEnum<SoColorMapPredefinedColorMaps>^ get ();
}
member predefinedColorMap : SoSFEnum<SoColorMapPredefinedColorMaps> with get
Property Value
Type:
SoSFEnumSoColorMapPredefinedColorMaps
Remarks. Default is TEMPERATURE. All predefined color maps have 256 entries.
GRAY | |
TEMPERATURE | |
PHYSICS | |
STANDARD | |
GLOW | |
BLUE_RED | |
SEISMIC | |
BLUE_WHITE_RED | |
INTENSITY | |
LABEL_256 | |
VOLREN_RED | |
VOLREN_GREEN | |
AIRWAY | |
AIRWAY_SURFACES | |
NOTE: In the images above the checkerboard pattern shows through where the color map alpha (opacity) value is less than 1.0.
If it is set to NONE, the fields below must be set.
See Also