Click or drag to resize
SoDataSetGetTileIDInMemory Method

Debug purpose only.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
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