Height | |
The HeightMapContoursNode type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertDataToMeshHeightValue | ||
| ConvertMeshToDataHeightValue | ||
| CreateContourLine(Single, Single, Boolean) | Returns a list of positions that represents the contour line segments at the specified height for the height map specified by the ParentSurfaceNode or HeightData. | |
| CreateContourLine(StandardMesh, Single, Single) | Returns a list of positions that represents the contour line segments at the specified height for the specified mesh. | |
| CreateContourLine(PositionNormalTextureVertex, Int32, Single, Single) | Returns a list of positions that represents the contour line segments at the specified height for the mesh specified by the vertices and triangleIndices. | |
| CreateContourLine(Vector3, Int32, Single, Single) | Returns a list of positions that represents the contour line segments at the specified height for the mesh specified by the positions and triangleIndices. | |
| CreateContourLines(Single, Single, Boolean) | Generates contour line segments on multiple contour heights for the height map specified by the ParentSurfaceNode or HeightData. | |
| CreateContourLines(StandardMesh, Single, Single) | Generates contour line segments for the specified mesh on multiple contour heights. | |
| CreateContourLines(PositionNormalTextureVertex, Int32, Single, Single) | Generates contour line segments for a mesh based on multiple contour heights. | |
| CreateContourLines(Vector3, Int32, Single, Single) | Generates contour line segments for a mesh based on specified contour heights and an optional vertical offset. | |
| Dispose | (Overrides GroupNodeDispose(Boolean)) | |
| FlattenContours | Sets the Y-coordinate of all contour line positions to a specified fixed height. To disable flatting, set fixedHeightValue to float.NaN. | |
| 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) | |
| UpdateLocalBoundingBox | (Overrides GroupNodeUpdateLocalBoundingBox) |
| Name | Description | |
|---|---|---|
| DumpHierarchy |
Writes the hierarchy of the GroupNode and its children into the Visual Studio Output window.
(Defined by Extensions) |