SoVolumeDatauseExtendedData Property |
If true, VolumeViz stores an additional copy of each loaded tile.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool useExtendedData { get; }
Public ReadOnly Property useExtendedData As SoSFBool
Get
public:
property SoSFBool^ useExtendedData {
SoSFBool^ get ();
}
member useExtendedData : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksThere is an additional memory cost but the performance of SoOrthoSlice roaming will be roughly the same along each axis.
NOTE: field available since Open Inventor 6.0
See Also