SoVolumeRenderingQualityedgeDetect2DInnerThreshold Property |
Increase this value to decrease noise on silhouette edges.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat edgeDetect2DInnerThreshold { get; }
Public ReadOnly Property edgeDetect2DInnerThreshold As SoSFFloat
Get
public:
property SoSFFloat^ edgeDetect2DInnerThreshold {
SoSFFloat^ get ();
}
member edgeDetect2DInnerThreshold : 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