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.LDMAssembly: 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
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub GetTexFront (
toLoad As Queue,
toUnload As Queue
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void GetTexFront(
Queue^ toLoad,
Queue^ toUnload
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetTexFront :
toLoad : Queue *
toUnload : Queue -> unit
Parameters
- toLoad
- Type: System.CollectionsQueue
- toUnload
- Type: System.CollectionsQueue
RemarksThe texture front is not updated.
Obsolete since OpenInventor 8000.
See Also