SoVolumeRenderingQualityedgeThreshold Property |
If this value is low, more edges will be detected.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat edgeThreshold { get; }
Public ReadOnly Property edgeThreshold As SoSFFloat
Get
public:
property SoSFFloat^ edgeThreshold {
SoSFFloat^ get ();
}
member edgeThreshold : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks Default is 0.2. Min value is 0. There is no max, but most of the time a value between 0 and 1 is good.
Note |
---|
Field available since Open Inventor 7.0 |
See Also