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