SoVolumeRenderingQualityvoxelOutlineWidth Property |
When voxelOutline is true, this value specifies the voxel outline width in pixels.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat voxelOutlineWidth { get; }
Public ReadOnly Property voxelOutlineWidth As SoSFFloat
Get
public:
property SoSFFloat^ voxelOutlineWidth {
SoSFFloat^ get ();
}
member voxelOutlineWidth : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksDefault is 2 pixels.
NOTE: field available since Open Inventor 9.6
See Also