Click or drag to resize
SoLdmShapeIntersect Method

Returns true if the shape intersects the given tile.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual bool Intersect(
	SoLDMNodeFrontManager nfm,
	SoLDMTileID tileId
)

Parameters

nfm
Type: OIV.LDMSoLDMNodeFrontManager
tileId
Type: OIV.LDMSoLDMTileID

Return Value

Type: Boolean
Remarks

Default implementation always returns true.

See Also