Click or drag to resize
Ab4d.SharpEngine logo

HeightMapContoursNodeGetLineNode Method

Retrieve the MultiLineNode corresponding to the contour line with the specified height. The height must be one of the values returned by GetAvailableLineHeights(). Returns null if contour line with the specified height does not exist. Returns null if CombineContourLines is enabled; in that case, nodes for combined lines can be retrieved via GetMajorLinesNode and GetMinorLinesNode.

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public MultiLineNode? GetLineNode(
	float height
)

Parameters

height  Single

Return Value

MultiLineNode

[Missing <returns> documentation for "M:Ab4d.SharpEngine.SceneNodes.HeightMapContoursNode.GetLineNode(System.Single)"]

See Also