Click or drag to resize
SoVolumeRenderviewAlignedSlices Property

Note: This API is now obsolete.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9.1.0.0. Use samplingAlignment field instead.")]
public SoSFBool viewAlignedSlices { get; }

Property Value

Type: SoSFBool
Remarks

Indicates if samples should be computed in a view-aligned manner. Default is true.

NOTE: If an OIV.VolumeViz.Nodes.SoVolumeIsosurface, OIV.VolumeViz.Nodes.SoVolumeRenderingQuality or OIV.Inventor.Nodes.SoProjection node applies to this node, this field is ignored and view-aligned samples are used.

Caution note Caution

Obsolete since Open Inventor 9100. Use samplingAlignment field instead.

See Also