SoVolumeDataSetSubSamplingMethod Method |
Note: This API is now obsolete.
Specifies the subsampling method used when automatic subsampling is activated.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetSubSamplingMethod(
SoVolumeDataSubMethods method
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetSubSamplingMethod (
method As SoVolumeDataSubMethods
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetSubSamplingMethod(
SoVolumeDataSubMethods method
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetSubSamplingMethod :
method : SoVolumeDataSubMethods -> unit
Parameters
- method
- Type: OIV.VolumeViz.NodesSoVolumeDataSubMethods
RemarksSee enableAutoSubSampling(). Depending on the kind of data, it may be useful to use a specific method. The default is NEAREST.Obsoletesince Open Inventor 9000
No longer supported.
See Also