Click or drag to resize
Ab4d.SharpEngine logo

HeightMapContoursNode Methods

The HeightMapContoursNode type exposes the following members.

Methods
 NameDescription
Protected methodDispose
(Overrides GroupNodeDispose(Boolean))
Public methodGetAvailableLineHeights Retrieve a list of available contour line heights that can be used with GetLineNode. Returns null if CombineContourLines is enabled.
Public methodGetLineNode 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.
Public methodGetMajorLinesNode Retrieve the MultiLineNode corresponding to combined major contour lines. Returns null if CombineContourLines is disabled, or if no major lines are available.
Public methodGetMinorLinesNode Retrieve the MultiLineNode corresponding to combined minor contour lines. Returns null if CombineContourLines is disabled, or if no major lines are available.
Protected methodOnUpdate
(Overrides SceneNodeOnUpdate)
Top
Extension Methods
 NameDescription
Public Extension MethodDumpHierarchy Dumps the hierarchy of the GroupNode and its children.
(Defined by Extensions)
Top
See Also