Vertical Wrap Mode Property

LabView Local Project Settings

Vertical Wrap Mode Property

Short Name: VerticalWrapMode

Installed With: Full Development System

Class: SceneTexture Properties

Read or writes how the texture is vertically wrapped around a 3D object.

Values

0Clamp—Applies the texture image to the object with texture coordinates clamped to the range [0…1]. LabVIEW interprets any texture coordinates outside this range with clamped values. The texture does not repeat across the surface of the object.
1Repeat—The texture repeats across the surface of the object when you pass texture coordinates outside the range [0…1]. LabVIEW only considers the fractional part of the texture coordinate. For example, LabVIEW interprets 0.4 and 3.4 as the same texture coordinate.

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsWrite In Edit Only
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo