SoVolumeDataSetPaging Method |
Note: This API is now obsolete.
Namespace: OIV.VolumeViz.Nodes
[ObsoleteAttribute("See documentation for more details")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public void SetPaging( bool name_29430 )
Turns paging mode on or off. Default is false. Since VolumeViz 5, LDM mode is on by default. To be compatible with version 4 you can either turn LDM mode off by calling setPaging(true) or set the IVVR_40_COMPAT variable to 1 in the configuration file (see SoPreferences). Note: In paging mode, multidata (for example SoDataCompositor) is not supported.Obsoletesince Open Inventor 8000 Use setLDM(false) for similar functionalities.