SoVolumeRenderingQualityedgeDetect2DOuterThreshold Property |
Increase this value to decrease noise on edges in the volume.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat edgeDetect2DOuterThreshold { get; }
Public ReadOnly Property edgeDetect2DOuterThreshold As SoSFFloat
Get
public:
property SoSFFloat^ edgeDetect2DOuterThreshold {
SoSFFloat^ get ();
}
member edgeDetect2DOuterThreshold : SoSFFloat with get
Property Value
Type:
SoSFFloat
Remarks1 = remove all edges, 0 = remove nothing. Default is 0.1 NOTE: field available since Open Inventor 7.0
See Also