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: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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)"]

Remarks

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

See Also