Draw Style:Face Culling Mode Property

LabView Local Project Settings

Draw Style:Face Culling Mode Property

Short Name: DrawStyle.FaceCullingMode

Installed With: Full Development System

Class: SceneObject Properties

Reads or writes the culling method you apply to the object.

Values

0Inherit Value—The object inherits the culling method of a parent object.
1No Culling—The entire object appears in the 3D scene.
2Cull Back Face—Discards polygons of the object from the scene because their normals point away from the viewer.
3Cull Front Face—Discards polygons of the object from the scene because their normals point toward the viewer.
4Cull Both Faces—Discards all polygons of the 3D object.

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