Click or drag to resize
SoLDMTileVisitorGetTileWeight Method

Method in charge of evaluating the weight of the tile tileID according to the SoLDMGeometry node.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual float GetTileWeight(
	SoLDMTileID tileID,
	out SoLDMTileVisitorNodeStatus status
)

Parameters

tileID
Type: OIV.LDMSoLDMTileID
status
Type: OIV.LDMSoLDMTileVisitorNodeStatus

Return Value

Type: Single
Remarks

The returned value is the weight assigned to the tile. This default method may be overridden.

See Also