 |
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: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic MultiLineNode? GetLineNode(
float height
)
Parameters
- height Single
Return Value
MultiLineNode
See Also