SoColorMapinterpolation Property |
The colormap interpolation type.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoColorMapInterpolations> interpolation { get; }
Public ReadOnly Property interpolation As SoSFEnum(Of SoColorMapInterpolations)
Get
public:
property SoSFEnum<SoColorMapInterpolations>^ interpolation {
SoSFEnum<SoColorMapInterpolations>^ get ();
}
member interpolation : SoSFEnum<SoColorMapInterpolations> with get
Property Value
Type:
SoSFEnumSoColorMapInterpolationsRemarks These types determine the method used for color map texture filtering. . Default is NEAREST.
Note |
---|
Field available since Open Inventor 9.4.2 |
See Also