SceneHeightField class: Difference between revisions
Appearance
Started page |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{VIServerClass| | {{VIServerClass|116}} | ||
{{stub}} | {{stub}} | ||
| Line 66: | Line 66: | ||
== History == | == History == | ||
{{ambox|text=History information is needed. What changes have | {{ambox|text=History information is needed. What changes have occurred over previous versions?}} | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version | ||
Revision as of 23:23, 1 September 2019
| 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. |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The SceneHeightField class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide SceneHeightField Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Property ID | Short Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 74541003 | BaseHeight | 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. | R/W | X |
| 74541005 | 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.
Elements:
|
R/W | X |
| 74541002 | ColumnInterval | Reads or writes the distance that uniformly separates each point on the final surface as you move horizontally through the height field data. | R/W | X |
| 74541000 | 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. | R/W | X |
| 74541001 | RowInterval | Reads or writes the distance that uniformly separates each point on the final surface as you move vertically through the height field data. | R/W | X |
Methods
No Methods for this class.
Events
No Events for this class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |