Click or drag to resize
SoDataSetvalueInterpretation Property

Specifies if this dataset corresponds or does not correspond to a segmented image.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax
public SoSFEnum<SoDataSetValueInterpretations> valueInterpretation { get; }

Property Value

Type: SoSFEnumSoDataSetValueInterpretations
Remarks

A segmented image contains only discrete values.

This field is only useful if the OIV.VolumeViz.Nodes.SoVolumeShape.interpolation type used by the rendering is either LINEAR or CUBIC. For other types of interpolation, this field is ignored and the data set is always considered as continuous. This field is also ignored for RGBA datasets (see OIV.VolumeViz.Nodes.SoVolumeData.dataRGBA).

. Default is CONTINUOUS.

Note Note

Field available since Open Inventor 2024.2

See Also