SoVolumeRenderingQualityedgeDetect2D Property |
Enable 2D edge detection.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFBool edgeDetect2D { get; }
Public ReadOnly Property edgeDetect2D As SoSFBool
Get
public:
property SoSFBool^ edgeDetect2D {
SoSFBool^ get ();
}
member edgeDetect2D : SoSFBool with get
Property Value
Type:
SoSFBoolRemarks
If this field is true, a 2D edge detection algorithm is used to highlight edges in the rendered image of the volume. Default is false.
Note |
---|
Field available since Open Inventor 7.0 |
See Also