Click or drag to resize
SoDataSetGetTileIDInMemory Method

Debug purpose only.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetTileIDInMemory(
	IList<long> tilesInMemory
)

Parameters

tilesInMemory
Type: System.Collections.GenericIListInt64
Remarks

Used for visual feedback to highlight tiles in main memory. Only called if the SoVolumeRendering.DRAW_TOPOLOGY flag is true.

See Also