SoVolumeRenderingQualityboundaryOpacityThreshold Property |
Applies when boundaryOpacity is true.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFFloat boundaryOpacityThreshold { get; }
Public ReadOnly Property boundaryOpacityThreshold As SoSFFloat
Get
public:
property SoSFFloat^ boundaryOpacityThreshold {
SoSFFloat^ get ();
}
member boundaryOpacityThreshold : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksIf this value is low (near 0), only regions with a high gradient will be enhanced. Default is 1.5. NOTE: field available since Open Inventor 7.0
See Also