 |
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.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic 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