Blending:Bin Property
Short Name: Blending.Bin
Installed With: Full Development System
Class: SceneObject Properties
Reads or writes the draw bin in which you drop and store objects. The bin of an object affects the order in which the object appears when you render the scene.
Values
0 | Normal Bin—Stores objects without a specific sorting pattern. |
1 | Opaque Bin—Sorts objects in the scene from front to back relative to the viewer to ensure that objects closer to the camera render first. |
2 | Transparent Bin—Sorts objects in the scene from back to front relative to the viewer to ensure that transparent or translucent objects correctly blend with objects that appear behind them. |
Remarks
The following table lists the characteristics of this property.
Available in Run-Time Engine and Real-Time Operating System | Yes |
Permissions | Write In Edit Only |
Settable when the VI is running | Yes |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |