SoRotateAroundZProcessing2dprecisionMode Property |
Select the interpolation mode.
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoRotateAroundZProcessing2dPrecisionModes> precisionMode { get; }
Public ReadOnly Property precisionMode As SoSFEnum(Of SoRotateAroundZProcessing2dPrecisionModes)
Get
public:
property SoSFEnum<SoRotateAroundZProcessing2dPrecisionModes>^ precisionMode {
SoSFEnum<SoRotateAroundZProcessing2dPrecisionModes>^ get ();
}
member precisionMode : SoSFEnum<SoRotateAroundZProcessing2dPrecisionModes> with get
Property Value
Type:
SoSFEnumSoRotateAroundZProcessing2dPrecisionModesRemarks . Default is NEARBY_PIXEL
See Also