Click or drag to resize
SoLDMNodeFrontManagerGetTexFront Method (Queue, Queue)

Note: This API is now obsolete.

Returns the list of tiles unloaded from texture memory and the list of tiles loaded into texture memory by a previous getNextTexFront.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetTexFront(
	Queue toLoad,
	Queue toUnload
)

Parameters

toLoad
Type: System.CollectionsQueue
toUnload
Type: System.CollectionsQueue
Remarks

The texture front is not updated.

Obsolete since OpenInventor 8000.
See Also