Click or drag to resize
Ab4d.SharpEngine logo

HeightMapContoursNode Properties

The HeightMapContoursNode type exposes the following members.

Properties
 NameDescription
Public propertyCenterPosition Center position of the height map surface Default value is (0, 0, 0).
Public propertyCombineContourLines Combine contour lines into a single MultiLineNode. If enabled, one MultiLineNode is created for all minor lines and one for all major lines (if available). If disabled, each contour line is created as its own MultiLineNode.
Public propertyContourHeights Array of heights for which contour lines should be generated. If set to null (the default), N contour lines are be generated in the height range spanned by the height map data, with N being controlled by the NumContourLines property.
Public propertyHeightData 2D array defining the height data. The dimensions of array also determine the size of the mesh (scaled by the X and Z components of the Size property). If no height data is provided, a rectangle is generated. Default value is null (no height data available).
Public propertyMajorLineColor Color of major contour lines. Default color is black.
Public propertyMajorLinesFrequency The frequency of major contour lines, in terms of minor contour lines (i.e., how many minor lines until next major one). When set to 0 or less, the major contour lines are not drawn and all contour lines are minor lines. Default value is 0.
Public propertyMajorLineThickness Thickness of major contour lines. Default value is 2.0 (set by public static DefaultMajorLineThickness).
Public propertyMinorLineColor Color of minor contour lines. Default color is black.
Public propertyMinorLineThickness Thickness of minor contour lines. Default value is 1.0 (set by public static DefaultMinorLineThickness).
Public propertyNumContourLines Number of contour lines to generate from the height data when contour line heights (the ContourHeights property) are not specified. Default value is 10.
Public propertyParentSurfaceNode 
Public propertySize Size of the surface. X and Z components scale the 2D shape's width and height, while Y component scales the height values. Default value is (1, 1, 1)
Public propertyVerticalOffset Offset applied to the contour lines in the vertical (Y) direction, to avoid strict overlap with surface generated from the same height data. Default value is 0.001.
Top
See Also