Click or drag to resize
SoLDMTileManagerGetTileExt Method
This function must return the data associated to the given tileID and volumeDataId but it must be stored as a stack of slice along the X Inventor axis. Only called if the useExtendedData flag from SoVolumeData is TRUE. Allows equalizing performances of axis aligned slice roaming through a volume.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual SoBufferObject GetTileExt(
	SoLDMTileID tileID,
	ushort volumeDataId
)

Parameters

tileID
Type: OIV.LDMSoLDMTileID
volumeDataId
Type: SystemUInt16

Return Value

Type: SoBufferObject
See Also