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