Click or drag to resize
SoLDMNodeFrontManagerGetOrderedDataFront Method (SbVec3i32, ListSoLDMTileID)

Returns the data front tiles sorted according to distance from the viewpoint in data coordinates.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void GetOrderedDataFront(
	SbVec3i32 viewPoint,
	List<SoLDMTileID> orderedDataFront
)

Parameters

viewPoint
Type: OIV.InventorSbVec3i32
orderedDataFront
Type: System.Collections.GenericListSoLDMTileID
Remarks

The number of tiles is returned also. The tiles are returned in order, back to front.

See Also