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