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.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
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