SoLDMNodeFrontManagerGetNextShape2dTexFront Method (SoLdmShape, Queue, Queue) |
Note: This API is now obsolete.
Same as getNextTexFront but for 2d shapes.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetNextShape2dTexFront(
SoLdmShape hf,
Queue toLoad,
Queue toUnload
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub GetNextShape2dTexFront (
hf As SoLdmShape,
toLoad As Queue,
toUnload As Queue
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void GetNextShape2dTexFront(
SoLdmShape^ hf,
Queue^ toLoad,
Queue^ toUnload
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetNextShape2dTexFront :
hf : SoLdmShape *
toLoad : Queue *
toUnload : Queue -> unit
Parameters
- hf
- Type: OIV.LDM.NodesSoLdmShape
The 2d shape rendering node
- toLoad
- Type: System.CollectionsQueue
Contains texture tiles to load
- toUnload
- Type: System.CollectionsQueue
Contains texture tiles to unload
RemarksObsolete since OpenInventor 8000.
See Also