Normal Binding Mode Property

LabView Local Project Settings

Normal Binding Mode Property

Short Name: NormalBindingMode

Installed With: Full Development System

Class: SceneMesh Properties

Returns the binding mode of the normals of the mesh.

Values

0Overall—Binds the normal at the first index of the normal array to all the primitives of the mesh.
1Per Primitive—Different normals bind to each primitive in the mesh. The Draw Mode of the mesh defines the primitives.
2Per Vertex—Binds the normals in the normal array to the vertices of the mesh according to the indices you define. You must define a normal for every vertex in the mesh.
3Binding Off—Turns off normal binding. LabVIEW ignores the normal array.

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsRead Only
Settable when the VI is runningNo
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