Requires: Base Development System
Inherits from Scene»SceneDrawable»SceneGeometry. View the class hierarchy.
Property | Description |
---|---|
Base Height | Reads or writes the height of the base of a height field. Elevations on a height field use the base height as their 0 height. The default is 0. Details |
Color | Reads or writes the color of the height field in RGBA format. This property accepts values 0 to 1, where 0 represents the absence of the current color and 1 represents a full saturation of the current color. Details |
Column Interval | Reads or writes the distance that uniformly separates each point on the final surface as you move horizontally through the height field data. Details |
Data | Reads or writes a 2D array of values that represent the height of the surface at evenly spaced intervals. Each entry in the Data array specifies a point up to which LabVIEW draws the object. Use this property to draw contoured images, such as hills or waves. Details |
Row Interval | Reads or writes the distance that uniformly separates each point on the final surface as you move vertically through the height field data. Details |