SceneHeightField class

From LabVIEW Wiki
Jump to: navigation, search
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name SceneHeightField class
Class ID 116
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


The SceneHeightField class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide SceneHeightField Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SceneHeightField Properties Table
Property ID Long Name (English) Description R/W RTE
74541000DataReads 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.Read/WriteYes
74541001Row IntervalReads or writes the distance that uniformly separates each point on the final surface as you move vertically through the height field data.Read/WriteYes
74541002Column IntervalReads or writes the distance that uniformly separates each point on the final surface as you move horizontally through the height field data.Read/WriteYes
74541003Base HeightReads 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.Read/WriteYes
74541005ColorReads 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.Read/WriteYes

Methods

This class has no methods or it inherits methods from its parent: SceneGeometry Class.

Events

This class has no events or it inherits events from its parent: SceneGeometry Class.


History

Version Change(s)
LabVIEW 2018 More info to come.

See Also