Click or drag to resize
SoLDMNodeFrontManagerGetTexTileID Method

Given a tileID, returns the tileID whose texture will be used for the input tileID.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoLDMTileID GetTexTileID(
	SoLDMTileID tileID
)

Parameters

tileID
Type: OIV.LDMSoLDMTileID

Return Value

Type: SoLDMTileID
Remarks

In other words, the tileID returned is in the texture front and may be the input tileID or its closest ancestor in the front.

See Also