SoVolumeRenderingQualitysegmentedInterpolationThreshold Property |
Defines the iso distance used when segmentedInterpolation is true.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat segmentedInterpolationThreshold { get; }
Public ReadOnly Property segmentedInterpolationThreshold As SoSFFloat
Get
public:
property SoSFFloat^ segmentedInterpolationThreshold {
SoSFFloat^ get ();
}
member segmentedInterpolationThreshold : SoSFFloat with get
Property Value
Type:
SoSFFloat
Remarks
Default is 0.5. value must be in the range [0 .. 1] NOTE: Only available on SoVolumeIsosurface. NOTE: field available since Open Inventor 8.6
See Also