Height |
The HeightMapContoursNode type exposes the following members.
Name | Description | |
---|---|---|
Dispose | (Overrides GroupNodeDispose(Boolean)) | |
GetAvailableLineHeights | Retrieve a list of available contour line heights that can be used with GetLineNode. Returns null if CombineContourLines is enabled. | |
GetLineNode | 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. | |
GetMajorLinesNode | Retrieve the MultiLineNode corresponding to combined major contour lines. Returns null if CombineContourLines is disabled, or if no major lines are available. | |
GetMinorLinesNode | Retrieve the MultiLineNode corresponding to combined minor contour lines. Returns null if CombineContourLines is disabled, or if no major lines are available. | |
OnUpdate | (Overrides SceneNodeOnUpdate) |
Name | Description | |
---|---|---|
DumpHierarchy |
Dumps the hierarchy of the GroupNode and its children.
(Defined by Extensions) |